Html Css Color HEX #02D439 Dark Pastel Green

📋 copy color: '#02D439'

red 2 ◦ green 212 ◦ blue 57

#02D439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #02D439

Tints of Dark Pastel Green #02D439

RGB

 RED value IS 2 (1.17% from 255) = 0.74%

 GREEN value IS 212 (83.2% from 255) = 78.23%

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 0.74%
G = 78.23%
B = 21.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#02D439 (or 0x02D439) is known color: Dark Pastel Green. HEX triplet: 02, D4 and 39. RGB value is (2,212,57). Sum of RGB (Red+Green+Blue) = 2+212+57=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 212 (83.20% from 255 or 78.23% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 212 - color contains mainly: green. Hex color #02D439 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D439 is #FD2BC6. Grayscale: #838383. Windows color (decimal): -16591815 or 3789826. OLE color: 3789826.

HSL color Cylindrical-coordinate representation of color #02D439: hue angle of 135.71º 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 #02D439 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 2 212 57 -
CMYK 0.99 0 0.73 0.17
HSL 135.71º 0.98% 0.42% -
HSV(B) 135.71º 0.99% 0.83% -
XYZ 24.31 47.4 11.74 -
YUV 131.54 85.93 35.6 -
System Red Green Blue C M Y K H S L
Decimal 2 212 57 0.99 0 0.73 0.17 135.71 0.98 0.42
Hex 2 D4 39 63 0 49 11 88 62 2A
Octal 2 324 71 143 0 111 21 210 142 52
Binary 10 11010100 111001 1100011 0 1001001 10001 10001000 1100010 101010

Color Harmonies of #02D439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D439

Black with #02D439

Text Example


Text Example

White with #02D439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02D439;
 }
 .AnyTagClassName
 {
   color: #02D439;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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