Html Css Color HEX #C9FC0E Electric Lime

📋 copy color: '#C9FC0E'

red 201 ◦ green 252 ◦ blue 14

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

Shades of Electric Lime #C9FC0E

Tints of Electric Lime #C9FC0E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.96%

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

R = 43.04%
G = 53.96%
B = 3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#C9FC0E (or 0xC9FC0E) is known color: Electric Lime. HEX triplet: C9, FC and 0E. RGB value is (201,252,14). Sum of RGB (Red+Green+Blue) = 201+252+14=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FC0E is #3603F1. Grayscale: #D2D2D2. Windows color (decimal): -3539954 or 982217. OLE color: 982217.

HSL color Cylindrical-coordinate representation of color #C9FC0E: hue angle of 72.86º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9FC0E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 252 14 -
CMYK 0.20 0 0.94 0.01
HSL 72.86º 0.98% 0.52% -
HSV(B) 72.86º 0.94% 0.99% -
XYZ 58.98 82.07 13.15 -
YUV 209.62 17.6 121.85 -
System Red Green Blue C M Y K H S L
Decimal 201 252 14 0.20 0 0.94 0.01 72.86 0.98 0.52
Hex C9 FC E 14 0 5E 1 49 62 34
Octal 311 374 16 24 0 136 1 111 142 64
Binary 11001001 11111100 1110 10100 0 1011110 1 1001001 1100010 110100

Color Harmonies of #C9FC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FC0E

Black with #C9FC0E

Text Example


Text Example

White with #C9FC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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