#CBF009

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

Shades of Electric Lime #CBF009

Tints of Electric Lime #CBF009

Color information

#CBF009 (or 0xCBF009) is unknown color: approx Electric Lime. HEX triplet: CB, F0 and 09. RGB value is (203,240,9). Sum of RGB (Red+Green+Blue) = 203+240+9=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF009 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF009 is #340FF6. Grayscale: #CBCBCB. Windows color (decimal): -3411959 or 651467. OLE color: 651467.

HSL color Cylindrical-coordinate representation of color #CBF009: hue angle of 69.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBF009 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB2032409-
CMYK0.1500.960.06
HSL69.61º92.77%48.82%-
HSV(B)69.61º96.25%94.12%-
XYZ55.8475.0411.8-
YUV202.618.74128.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 240 (94.14% from 255) = 53.10%
BLUE value IS 9 (3.91% from 255) = 1.99%
R=44.91%
G=53.10%
B=1.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20324090.1500.960.0669.6192.7748.82
HexCBF09F0606465d31
Octal31336011170140610613561
Binary1100101111110000100111110110000011010001101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF009; }

 p { color: rgb(203,240,9); }

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

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

 a { background-color: rgb(203,240,9); }

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

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

 span { border-color: rgb(203,240,9); }

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