#C9F201

Color #C9F201 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #C9F201

Tints of Electric Lime #C9F201

Color information

#C9F201 (or 0xC9F201) is unknown color: approx Electric Lime. HEX triplet: C9, F2 and 01. RGB value is (201,242,1). Sum of RGB (Red+Green+Blue) = 201+242+1=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 242 (94.92% from 255 or 54.50% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F201 is #360DFE. Grayscale: #CBCBCB. Windows color (decimal): -3542527 or 127689. OLE color: 127689.

HSL color Cylindrical-coordinate representation of color #C9F201: hue angle of 70.21º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9F201 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB2012421-
CMYK0.1701.000.05
HSL70.21º99.18%47.65%-
HSV(B)70.21º99.59%94.9%-
XYZ55.8575.9211.74-
YUV202.2714.42127.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 242 (94.92% from 255) = 54.50%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=45.27%
G=54.50%
B=0.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20124210.1701.000.0570.2199.1847.65
HexC9F21110645466330
Octal3113621210144510614360
Binary11001001111100101100010110010010110001101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F201; }

 p { color: rgb(201,242,1); }

 H1.HeaderClassName
 {
   color: #C9F201;
 }
 .AnyTagClassName
 {
   color: #C9F201;
 }
</style>
background-color css

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

 a { background-color: rgb(201,242,1); }

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

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

 span { border-color: rgb(201,242,1); }

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