Html Css Color HEX #C8F517 Electric Lime

📋 copy color: '#C8F517'

red 200 ◦ green 245 ◦ blue 23

#C8F517
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #C8F517

Tints of Electric Lime #C8F517

RGB

 RED value IS 200 (78.52% from 255) = 42.74%

 GREEN value IS 245 (96.09% from 255) = 52.35%

 BLUE value IS 23 (9.38% from 255) = 4.91%

R = 42.74%
G = 52.35%
B = 4.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8F517 (or 0xC8F517) is known color: Electric Lime. HEX triplet: C8, F5 and 17. RGB value is (200,245,23). Sum of RGB (Red+Green+Blue) = 200+245+23=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F517 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F517 is #370AE8. Grayscale: #CFCFCF. Windows color (decimal): -3607273 or 1570248. OLE color: 1570248.

HSL color Cylindrical-coordinate representation of color #C8F517: hue angle of 72.16º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8F517 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 245 23 -
CMYK 0.18 0 0.91 0.04
HSL 72.16º 0.92% 0.53% -
HSV(B) 72.16º 0.91% 0.96% -
XYZ 56.63 77.65 12.81 -
YUV 206.24 24.59 123.55 -
System Red Green Blue C M Y K H S L
Decimal 200 245 23 0.18 0 0.91 0.04 72.16 0.92 0.53
Hex C8 F5 17 12 0 5B 4 48 5C 35
Octal 310 365 27 22 0 133 4 110 134 65
Binary 11001000 11110101 10111 10010 0 1011011 100 1001000 1011100 110101

Color Harmonies of #C8F517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F517

Black with #C8F517

Text Example


Text Example

White with #C8F517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F517; }

 p { color: rgb(200,245,23); }

 H1.HeaderClassName
 {
   color: #C8F517;
 }
 .AnyTagClassName
 {
   color: #C8F517;
 }
</style>

background-color css

<style>
 a { background-color: #C8F517; }

 a { background-color: rgb(200,245,23); }

 div.DivClassName
 {
   background-color: #C8F517;
 }
 .BgClassName
 {
   background-color: #C8F517;
 }
</style>

border-color css

<style>
 span { border-color: #C8F517; }

 span { border-color: rgb(200,245,23); }

 td.TdClassName
 {
   border-color: #C8F517;
 }
 .TagClassName
 {
   border-color: #C8F517;
 }
</style>