#CBF204

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

Shades of Electric Lime #CBF204

Tints of Electric Lime #CBF204

Color information

#CBF204 (or 0xCBF204) is unknown color: approx Electric Lime. HEX triplet: CB, F2 and 04. RGB value is (203,242,4). Sum of RGB (Red+Green+Blue) = 203+242+4=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF204 is #340DFB. Grayscale: #CCCCCC. Windows color (decimal): -3411452 or 324299. OLE color: 324299.

HSL color Cylindrical-coordinate representation of color #CBF204: hue angle of 69.83º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBF204 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB2032424-
CMYK0.1600.980.05
HSL69.83º96.75%48.24%-
HSV(B)69.83º98.35%94.9%-
XYZ56.476.2111.85-
YUV203.2115.58127.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 242 (94.92% from 255) = 53.90%
BLUE value IS 4 (1.95% from 255) = 0.89%
R=45.21%
G=53.90%
B=0.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20324240.1600.980.0569.8396.7548.24
HexCBF24100625466130
Octal3133624200142510614160
Binary1100101111110010100100000110001010110001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF204; }

 p { color: rgb(203,242,4); }

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

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

 a { background-color: rgb(203,242,4); }

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

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

 span { border-color: rgb(203,242,4); }

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