Html Css Color HEX #C9EA0E Electric Lime

📋 copy color: '#C9EA0E'

red 201 ◦ green 234 ◦ blue 14

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

Shades of Electric Lime #C9EA0E

Tints of Electric Lime #C9EA0E

RGB

 RED value IS 201 (78.91% from 255) = 44.77%

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

 BLUE value IS 14 (5.86% from 255) = 3.12%

R = 44.77%
G = 52.12%
B = 3.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#C9EA0E (or 0xC9EA0E) is known color: Electric Lime. HEX triplet: C9, EA and 0E. RGB value is (201,234,14). Sum of RGB (Red+Green+Blue) = 201+234+14=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EA0E is #3615F1. Grayscale: #C7C7C7. Windows color (decimal): -3544562 or 977609. OLE color: 977609.

HSL color Cylindrical-coordinate representation of color #C9EA0E: hue angle of 69º degrees, saturation: 0.89, 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 #C9EA0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 234 14 -
CMYK 0.14 0 0.94 0.08
HSL 69º 0.89% 0.49% -
HSV(B) 69º 0.94% 0.92% -
XYZ 53.59 71.29 11.35 -
YUV 199.05 23.57 129.39 -
System Red Green Blue C M Y K H S L
Decimal 201 234 14 0.14 0 0.94 0.08 69 0.89 0.49
Hex C9 EA E E 0 5E 8 45 59 31
Octal 311 352 16 16 0 136 10 105 131 61
Binary 11001001 11101010 1110 1110 0 1011110 1000 1000101 1011001 110001

Color Harmonies of #C9EA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EA0E

Black with #C9EA0E

Text Example


Text Example

White with #C9EA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EA0E; }

 p { color: rgb(201,234,14); }

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

background-color css

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

 a { background-color: rgb(201,234,14); }

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

border-color css

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

 span { border-color: rgb(201,234,14); }

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