Html Css Color HEX #02D62C Dark Pastel Green

📋 copy color: '#02D62C'

red 2 ◦ green 214 ◦ blue 44

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

Shades of Dark Pastel Green #02D62C

Tints of Dark Pastel Green #02D62C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 82.31%

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 0.77%
G = 82.31%
B = 16.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#02D62C (or 0x02D62C) is known color: Dark Pastel Green. HEX triplet: 02, D6 and 2C. RGB value is (2,214,44). Sum of RGB (Red+Green+Blue) = 2+214+44=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 214 (83.98% from 255 or 82.31% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 214 - color contains mainly: green. Hex color #02D62C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D62C is #FD29D3. Grayscale: #838383. Windows color (decimal): -16591316 or 2938370. OLE color: 2938370.

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

Color convert

RGB 2 214 44 -
CMYK 0.99 0 0.79 0.16
HSL 131.89º 0.98% 0.42% -
HSV(B) 131.89º 0.99% 0.84% -
XYZ 24.53 48.29 10.41 -
YUV 131.23 78.76 35.82 -
System Red Green Blue C M Y K H S L
Decimal 2 214 44 0.99 0 0.79 0.16 131.89 0.98 0.42
Hex 2 D6 2C 63 0 4F 10 84 62 2A
Octal 2 326 54 143 0 117 20 204 142 52
Binary 10 11010110 101100 1100011 0 1001111 10000 10000100 1100010 101010

Color Harmonies of #02D62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D62C

Black with #02D62C

Text Example


Text Example

White with #02D62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,214,44); }

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

background-color css

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

 a { background-color: rgb(2,214,44); }

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

border-color css

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

 span { border-color: rgb(2,214,44); }

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