#02CB33

Color #02CB33 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #02CB33

Tints of Dark Pastel Green #02CB33

Color information

#02CB33 (or 0x02CB33) is unknown color: approx Dark Pastel Green. HEX triplet: 02, CB and 33. RGB value is (2,203,51). Sum of RGB (Red+Green+Blue) = 2+203+51=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 203 (79.69% from 255 or 79.30% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CB33 is #FD34CC. Grayscale: #7D7D7D. Windows color (decimal): -16594125 or 3394306. OLE color: 3394306.

HSL color Cylindrical-coordinate representation of color #02CB33: hue angle of 134.63º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB33 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB220351-
CMYK0.9900.750.20
HSL134.63º98.05%40.2%-
HSV(B)134.63º99.01%79.61%-
XYZ21.9842.9610.27-
YUV125.5785.9139.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 203 (79.69% from 255) = 79.30%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=0.78%
G=79.30%
B=19.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2203510.9900.750.20134.6398.0540.2
Hex2CB336304B14876228
Octal23136314301132420714250
Binary101100101111001111000110100101110100100001111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02CB33; }

 p { color: rgb(2,203,51); }

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

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

 a { background-color: rgb(2,203,51); }

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

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

 span { border-color: rgb(2,203,51); }

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