#CBDD00

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

Shades of Electric Lime #CBDD00

Tints of Electric Lime #CBDD00

Color information

#CBDD00 (or 0xCBDD00) is unknown color: approx Electric Lime. HEX triplet: CB, DD and 00. RGB value is (203,221,0). Sum of RGB (Red+Green+Blue) = 203+221+0=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDD00 is #3422FF. Grayscale: #BFBFBF. Windows color (decimal): -3416832 or 56779. OLE color: 56779.

HSL color Cylindrical-coordinate representation of color #CBDD00: hue angle of 64.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBDD00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB2032210-
CMYK0.08010.13
HSL64.89º100%43.33%-
HSV(B)64.89º100%86.67%-
XYZ50.4964.419.77-
YUV190.4220.54136.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 221 (86.72% from 255) = 52.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.88%
G=52.12%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20322100.08010.1364.8910043.33
HexCBDD08064D41642b
Octal31333501001441510114453
Binary11001011110111010100001100100110110000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD00; }

 p { color: rgb(203,221,0); }

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

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

 a { background-color: rgb(203,221,0); }

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

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

 span { border-color: rgb(203,221,0); }

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