Html Css Color HEX #C8EA06 Electric Lime

📋 copy color: '#C8EA06'

red 200 ◦ green 234 ◦ blue 6

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

Shades of Electric Lime #C8EA06

Tints of Electric Lime #C8EA06

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.18%

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 45.45%
G = 53.18%
B = 1.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#C8EA06 (or 0xC8EA06) is known color: Electric Lime. HEX triplet: C8, EA and 06. RGB value is (200,234,6). Sum of RGB (Red+Green+Blue) = 200+234+6=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EA06 is #3715F9. Grayscale: #C6C6C6. Windows color (decimal): -3610106 or 453320. OLE color: 453320.

HSL color Cylindrical-coordinate representation of color #C8EA06: hue angle of 68.95º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8EA06 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 234 6 -
CMYK 0.15 0 0.97 0.08
HSL 68.95º 0.95% 0.47% -
HSV(B) 68.95º 0.97% 0.92% -
XYZ 53.28 71.14 11.1 -
YUV 197.84 19.74 129.54 -
System Red Green Blue C M Y K H S L
Decimal 200 234 6 0.15 0 0.97 0.08 68.95 0.95 0.47
Hex C8 EA 6 F 0 61 8 45 5F 2F
Octal 310 352 6 17 0 141 10 105 137 57
Binary 11001000 11101010 110 1111 0 1100001 1000 1000101 1011111 101111

Color Harmonies of #C8EA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EA06

Black with #C8EA06

Text Example


Text Example

White with #C8EA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EA06; }

 p { color: rgb(200,234,6); }

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

background-color css

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

 a { background-color: rgb(200,234,6); }

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

border-color css

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

 span { border-color: rgb(200,234,6); }

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