Html Css Color HEX #C9F70E Electric Lime

📋 copy color: '#C9F70E'

red 201 ◦ green 247 ◦ blue 14

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

Shades of Electric Lime #C9F70E

Tints of Electric Lime #C9F70E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.46%

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

R = 43.51%
G = 53.46%
B = 3.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#C9F70E (or 0xC9F70E) is known color: Electric Lime. HEX triplet: C9, F7 and 0E. RGB value is (201,247,14). Sum of RGB (Red+Green+Blue) = 201+247+14=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 247 (96.88% from 255 or 53.46% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F70E is #3608F1. Grayscale: #CFCFCF. Windows color (decimal): -3541234 or 980937. OLE color: 980937.

HSL color Cylindrical-coordinate representation of color #C9F70E: hue angle of 71.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9F70E is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 247 14 -
CMYK 0.19 0 0.94 0.03
HSL 71.85º 0.94% 0.51% -
HSV(B) 71.85º 0.94% 0.97% -
XYZ 57.43 78.97 12.63 -
YUV 206.68 19.26 123.95 -
System Red Green Blue C M Y K H S L
Decimal 201 247 14 0.19 0 0.94 0.03 71.85 0.94 0.51
Hex C9 F7 E 13 0 5E 3 48 5E 33
Octal 311 367 16 23 0 136 3 110 136 63
Binary 11001001 11110111 1110 10011 0 1011110 11 1001000 1011110 110011

Color Harmonies of #C9F70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F70E

Black with #C9F70E

Text Example


Text Example

White with #C9F70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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