#CBFF00

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

Shades of Electric Lime #CBFF00

Tints of Electric Lime #CBFF00

Color information

#CBFF00 (or 0xCBFF00) is unknown color: approx Electric Lime. HEX triplet: CB, FF and 00. RGB value is (203,255,0). Sum of RGB (Red+Green+Blue) = 203+255+0=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF00 is #3400FF. Grayscale: #D3D3D3. Windows color (decimal): -3408128 or 65483. OLE color: 65483.

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

Color convert

RGB2032550-
CMYK0.20010
HSL72.24º100%50%-
HSV(B)72.24º100%100%-
XYZ60.3984.2213.07-
YUV210.389.27122.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 255 (100% from 255) = 55.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.32%
G=55.68%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20325500.2001072.2410050
HexCBFF0140640486432
Octal3133770240144011014462
Binary110010111111111101010001100100010010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFF00; }

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

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

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

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

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

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

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

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