Html Css Color HEX #C8EA0F Electric Lime

📋 copy color: '#C8EA0F'

red 200 ◦ green 234 ◦ blue 15

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

Shades of Electric Lime #C8EA0F

Tints of Electric Lime #C8EA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.34%

R = 44.54%
G = 52.12%
B = 3.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#C8EA0F (or 0xC8EA0F) is known color: Electric Lime. HEX triplet: C8, EA and 0F. RGB value is (200,234,15). Sum of RGB (Red+Green+Blue) = 200+234+15=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EA0F is #3715F0. Grayscale: #C7C7C7. Windows color (decimal): -3610097 or 1043144. OLE color: 1043144.

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

Color convert

RGB 200 234 15 -
CMYK 0.15 0 0.94 0.08
HSL 69.32º 0.88% 0.49% -
HSV(B) 69.32º 0.94% 0.92% -
XYZ 53.33 71.16 11.38 -
YUV 198.87 24.24 128.81 -
System Red Green Blue C M Y K H S L
Decimal 200 234 15 0.15 0 0.94 0.08 69.32 0.88 0.49
Hex C8 EA F F 0 5E 8 45 58 31
Octal 310 352 17 17 0 136 10 105 130 61
Binary 11001000 11101010 1111 1111 0 1011110 1000 1000101 1011000 110001

Color Harmonies of #C8EA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EA0F

Black with #C8EA0F

Text Example


Text Example

White with #C8EA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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