Html Css Color HEX #C9F010 Electric Lime

📋 copy color: '#C9F010'

red 201 ◦ green 240 ◦ blue 16

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

Shades of Electric Lime #C9F010

Tints of Electric Lime #C9F010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.5%

R = 43.98%
G = 52.52%
B = 3.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#C9F010 (or 0xC9F010) is known color: Electric Lime. HEX triplet: C9, F0 and 10. RGB value is (201,240,16). Sum of RGB (Red+Green+Blue) = 201+240+16=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F010 is #360FEF. Grayscale: #CBCBCB. Windows color (decimal): -3543024 or 1110217. OLE color: 1110217.

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

Color convert

RGB 201 240 16 -
CMYK 0.16 0 0.93 0.06
HSL 70.45º 0.88% 0.5% -
HSV(B) 70.45º 0.93% 0.94% -
XYZ 55.34 74.78 12.01 -
YUV 202.8 22.58 126.71 -
System Red Green Blue C M Y K H S L
Decimal 201 240 16 0.16 0 0.93 0.06 70.45 0.88 0.5
Hex C9 F0 10 10 0 5D 6 46 58 32
Octal 311 360 20 20 0 135 6 106 130 62
Binary 11001001 11110000 10000 10000 0 1011101 110 1000110 1011000 110010

Color Harmonies of #C9F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F010

Black with #C9F010

Text Example


Text Example

White with #C9F010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F010; }

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

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

background-color css

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

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

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

border-color css

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

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

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