Html Css Color HEX #C9F00E Electric Lime

📋 copy color: '#C9F00E'

red 201 ◦ green 240 ◦ blue 14

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

Shades of Electric Lime #C9F00E

Tints of Electric Lime #C9F00E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.75%

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

R = 44.18%
G = 52.75%
B = 3.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#C9F00E (or 0xC9F00E) is known color: Electric Lime. HEX triplet: C9, F0 and 0E. RGB value is (201,240,14). Sum of RGB (Red+Green+Blue) = 201+240+14=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F00E is #360FF1. Grayscale: #CBCBCB. Windows color (decimal): -3543026 or 979145. OLE color: 979145.

HSL color Cylindrical-coordinate representation of color #C9F00E: hue angle of 70.35º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9F00E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 240 14 -
CMYK 0.16 0 0.94 0.06
HSL 70.35º 0.89% 0.5% -
HSV(B) 70.35º 0.94% 0.94% -
XYZ 55.33 74.77 11.93 -
YUV 202.58 21.58 126.88 -
System Red Green Blue C M Y K H S L
Decimal 201 240 14 0.16 0 0.94 0.06 70.35 0.89 0.5
Hex C9 F0 E 10 0 5E 6 46 59 32
Octal 311 360 16 20 0 136 6 106 131 62
Binary 11001001 11110000 1110 10000 0 1011110 110 1000110 1011001 110010

Color Harmonies of #C9F00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F00E

Black with #C9F00E

Text Example


Text Example

White with #C9F00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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