Html Css Color HEX #C9FC20 Electric Lime

📋 copy color: '#C9FC20'

red 201 ◦ green 252 ◦ blue 32

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

Shades of Electric Lime #C9FC20

Tints of Electric Lime #C9FC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.6%

R = 41.44%
G = 51.96%
B = 6.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#C9FC20 (or 0xC9FC20) is known color: Electric Lime. HEX triplet: C9, FC and 20. RGB value is (201,252,32). Sum of RGB (Red+Green+Blue) = 201+252+32=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC20 is #3603DF. Grayscale: #D4D4D4. Windows color (decimal): -3539936 or 2161865. OLE color: 2161865.

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

Color convert

RGB 201 252 32 -
CMYK 0.20 0 0.87 0.01
HSL 73.91º 0.97% 0.56% -
HSV(B) 73.91º 0.87% 0.99% -
XYZ 59.16 82.14 14.1 -
YUV 211.67 26.6 120.39 -
System Red Green Blue C M Y K H S L
Decimal 201 252 32 0.20 0 0.87 0.01 73.91 0.97 0.56
Hex C9 FC 20 14 0 57 1 4A 61 38
Octal 311 374 40 24 0 127 1 112 141 70
Binary 11001001 11111100 100000 10100 0 1010111 1 1001010 1100001 111000

Color Harmonies of #C9FC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FC20

Black with #C9FC20

Text Example


Text Example

White with #C9FC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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