Html Css Color HEX #C9FB20 Electric Lime

📋 copy color: '#C9FB20'

red 201 ◦ green 251 ◦ blue 32

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

Shades of Electric Lime #C9FB20

Tints of Electric Lime #C9FB20

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.86%

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

R = 41.53%
G = 51.86%
B = 6.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#C9FB20 (or 0xC9FB20) is known color: Electric Lime. HEX triplet: C9, FB and 20. RGB value is (201,251,32). Sum of RGB (Red+Green+Blue) = 201+251+32=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FB20 is #3604DF. Grayscale: #D3D3D3. Windows color (decimal): -3540192 or 2161609. OLE color: 2161609.

HSL color Cylindrical-coordinate representation of color #C9FB20: hue angle of 73.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9FB20 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 251 32 -
CMYK 0.20 0 0.87 0.02
HSL 73.7º 0.96% 0.55% -
HSV(B) 73.7º 0.87% 0.98% -
XYZ 58.85 81.52 14 -
YUV 211.08 26.94 120.81 -
System Red Green Blue C M Y K H S L
Decimal 201 251 32 0.20 0 0.87 0.02 73.7 0.96 0.55
Hex C9 FB 20 14 0 57 2 4A 60 37
Octal 311 373 40 24 0 127 2 112 140 67
Binary 11001001 11111011 100000 10100 0 1010111 10 1001010 1100000 110111

Color Harmonies of #C9FB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FB20

Black with #C9FB20

Text Example


Text Example

White with #C9FB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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