Html Css Color HEX #C9FF0E Electric Lime

📋 copy color: '#C9FF0E'

red 201 ◦ green 255 ◦ blue 14

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

Shades of Electric Lime #C9FF0E

Tints of Electric Lime #C9FF0E

RGB

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

 GREEN value IS 255 (100% from 255) = 54.26%

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

R = 42.77%
G = 54.26%
B = 2.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#C9FF0E (or 0xC9FF0E) is known color: Electric Lime. HEX triplet: C9, FF and 0E. RGB value is (201,255,14). Sum of RGB (Red+Green+Blue) = 201+255+14=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 14 (5.86% from 255 or 2.98% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FF0E is #3600F1. Grayscale: #D4D4D4. Windows color (decimal): -3539186 or 982985. OLE color: 982985.

HSL color Cylindrical-coordinate representation of color #C9FF0E: hue angle of 73.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9FF0E is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 201 255 14 -
CMYK 0.21 0 0.95 0
HSL 73.44º 1% 0.53% -
HSV(B) 73.44º 0.95% 1% -
XYZ 59.93 83.97 13.46 -
YUV 211.38 16.61 120.6 -
System Red Green Blue C M Y K H S L
Decimal 201 255 14 0.21 0 0.95 0 73.44 1 0.53
Hex C9 FF E 15 0 5F 0 49 64 35
Octal 311 377 16 25 0 137 0 111 144 65
Binary 11001001 11111111 1110 10101 0 1011111 0 1001001 1100100 110101

Color Harmonies of #C9FF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF0E

Black with #C9FF0E

Text Example


Text Example

White with #C9FF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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