Html Css Color HEX #02C71E Dark Pastel Green

📋 copy color: '#02C71E'

red 2 ◦ green 199 ◦ blue 30

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

Shades of Dark Pastel Green #02C71E

Tints of Dark Pastel Green #02C71E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 86.15%

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 0.87%
G = 86.15%
B = 12.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#02C71E (or 0x02C71E) is known color: Dark Pastel Green. HEX triplet: 02, C7 and 1E. RGB value is (2,199,30). Sum of RGB (Red+Green+Blue) = 2+199+30=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 199 (78.12% from 255 or 86.15% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 199 - color contains mainly: green. Hex color #02C71E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C71E is #FD38E1. Grayscale: #797979. Windows color (decimal): -16595170 or 2017026. OLE color: 2017026.

HSL color Cylindrical-coordinate representation of color #02C71E: hue angle of 128.53º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C71E is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 199 30 -
CMYK 0.99 0 0.85 0.22
HSL 128.53º 0.98% 0.39% -
HSV(B) 128.53º 0.99% 0.78% -
XYZ 20.68 40.95 8.04 -
YUV 120.83 76.73 43.24 -
System Red Green Blue C M Y K H S L
Decimal 2 199 30 0.99 0 0.85 0.22 128.53 0.98 0.39
Hex 2 C7 1E 63 0 55 16 81 62 27
Octal 2 307 36 143 0 125 26 201 142 47
Binary 10 11000111 11110 1100011 0 1010101 10110 10000001 1100010 100111

Color Harmonies of #02C71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C71E

Black with #02C71E

Text Example


Text Example

White with #02C71E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,199,30); }

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

background-color css

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

 a { background-color: rgb(2,199,30); }

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

border-color css

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

 span { border-color: rgb(2,199,30); }

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