#cbf806

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

Shades of Electric Lime #CBF806

Tints of Electric Lime #CBF806

Color information

#CBF806 (or 0xCBF806) is unknown color: approx Electric Lime. HEX triplet: CB, F8 and 06. RGB value is (203,248,6). Sum of RGB (Red+Green+Blue) = 203+248+6=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 248 (97.27% from 255 or 54.27% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF806 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF806 is #3407F9. Grayscale: #CFCFCF. Windows color (decimal): -3409914 or 456907. OLE color: 456907.

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

Color convert

RGB2032486-
CMYK0.1800.980.03
HSL71.16º95.28%49.8%-
HSV(B)71.16º97.58%97.25%-
XYZ58.2379.8412.51-
YUV206.9614.59125.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 248 (97.27% from 255) = 54.27%
BLUE value IS 6 (2.73% from 255) = 1.31%
R=44.42%
G=54.27%
B=1.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20324860.1800.980.0371.1695.2849.8
HexCBF86120623475f32
Octal3133706220142310713762
Binary110010111111100011010010011000101110001111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbf806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbf806; }

 p { color: rgb(203,248,6); }

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

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

 a { background-color: rgb(203,248,6); }

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

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

 span { border-color: rgb(203,248,6); }

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