Html Css Color HEX #02D43E Dark Pastel Green

📋 copy color: '#02D43E'

red 2 ◦ green 212 ◦ blue 62

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

Shades of Dark Pastel Green #02D43E

Tints of Dark Pastel Green #02D43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 0.72%
G = 76.81%
B = 22.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#02D43E (or 0x02D43E) is known color: Dark Pastel Green. HEX triplet: 02, D4 and 3E. RGB value is (2,212,62). Sum of RGB (Red+Green+Blue) = 2+212+62=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 212 (83.20% from 255 or 76.81% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 212 - color contains mainly: green. Hex color #02D43E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D43E is #FD2BC1. Grayscale: #848484. Windows color (decimal): -16591810 or 4117506. OLE color: 4117506.

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

Color convert

RGB 2 212 62 -
CMYK 0.99 0 0.71 0.17
HSL 137.14º 0.98% 0.42% -
HSV(B) 137.14º 0.99% 0.83% -
XYZ 24.44 47.45 12.43 -
YUV 132.11 88.43 35.2 -
System Red Green Blue C M Y K H S L
Decimal 2 212 62 0.99 0 0.71 0.17 137.14 0.98 0.42
Hex 2 D4 3E 63 0 47 11 89 62 2A
Octal 2 324 76 143 0 107 21 211 142 52
Binary 10 11010100 111110 1100011 0 1000111 10001 10001001 1100010 101010

Color Harmonies of #02D43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D43E

Black with #02D43E

Text Example


Text Example

White with #02D43E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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