Html Css Color HEX #C9F00F Electric Lime

📋 copy color: '#C9F00F'

red 201 ◦ green 240 ◦ blue 15

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

Shades of Electric Lime #C9F00F

Tints of Electric Lime #C9F00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.29%

R = 44.08%
G = 52.63%
B = 3.29%

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

#C9F00F (or 0xC9F00F) is known color: Electric Lime. HEX triplet: C9, F0 and 0F. RGB value is (201,240,15). Sum of RGB (Red+Green+Blue) = 201+240+15=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F00F is #360FF0. Grayscale: #CBCBCB. Windows color (decimal): -3543025 or 1044681. OLE color: 1044681.

HSL color Cylindrical-coordinate representation of color #C9F00F: hue angle of 70.4º degrees, saturation: 0.88, 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 #C9F00F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 240 15 -
CMYK 0.16 0 0.94 0.06
HSL 70.4º 0.88% 0.5% -
HSV(B) 70.4º 0.94% 0.94% -
XYZ 55.33 74.77 11.97 -
YUV 202.69 22.08 126.8 -
System Red Green Blue C M Y K H S L
Decimal 201 240 15 0.16 0 0.94 0.06 70.4 0.88 0.5
Hex C9 F0 F 10 0 5E 6 46 58 32
Octal 311 360 17 20 0 136 6 106 130 62
Binary 11001001 11110000 1111 10000 0 1011110 110 1000110 1011000 110010

Color Harmonies of #C9F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F00F

Black with #C9F00F

Text Example


Text Example

White with #C9F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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