#02D433

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

Shades of Dark Pastel Green #02D433

Tints of Dark Pastel Green #02D433

Color information

#02D433 (or 0x02D433) is unknown color: approx Dark Pastel Green. HEX triplet: 02, D4 and 33. RGB value is (2,212,51). Sum of RGB (Red+Green+Blue) = 2+212+51=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 212 (83.20% from 255 or 80% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 212 - color contains mainly: green. Hex color #02D433 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D433 is #FD2BCC. Grayscale: #838383. Windows color (decimal): -16591821 or 3396610. OLE color: 3396610.

HSL color Cylindrical-coordinate representation of color #02D433: hue angle of 134º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D433 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB221251-
CMYK0.9900.760.17
HSL134º98.13%41.96%-
HSV(B)134º99.06%83.14%-
XYZ24.1747.3411-
YUV130.8682.9336.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 212 (83.20% from 255) = 80%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=0.75%
G=80%
B=19.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2212510.9900.760.1713498.1341.96
Hex2D4336304C1186622a
Octal23246314301142120614252
Binary101101010011001111000110100110010001100001101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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