#C9FB07

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

Shades of Electric Lime #C9FB07

Tints of Electric Lime #C9FB07

Color information

#C9FB07 (or 0xC9FB07) is unknown color: approx Electric Lime. HEX triplet: C9, FB and 07. RGB value is (201,251,7). Sum of RGB (Red+Green+Blue) = 201+251+7=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FB07 is #3604F8. Grayscale: #D1D1D1. Windows color (decimal): -3540217 or 523209. OLE color: 523209.

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

Color convert

RGB2012517-
CMYK0.2000.970.02
HSL72.3º96.83%50.59%-
HSV(B)72.3º97.21%98.43%-
XYZ58.6281.4312.83-
YUV208.2314.44122.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.79%
GREEN value IS 251 (98.44% from 255) = 54.68%
BLUE value IS 7 (3.12% from 255) = 1.53%
R=43.79%
G=54.68%
B=1.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20125170.2000.970.0272.396.8350.59
HexC9FB7140612486133
Octal3113737240141211014163
Binary110010011111101111110100011000011010010001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FB07; }

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

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

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

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

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

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

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

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