Html Css Color HEX #02B51E Dark Pastel Green

📋 copy color: '#02B51E'

red 2 ◦ green 181 ◦ blue 30

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

Shades of Dark Pastel Green #02B51E

Tints of Dark Pastel Green #02B51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 84.98%

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

R = 0.94%
G = 84.98%
B = 14.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#02B51E (or 0x02B51E) is known color: Dark Pastel Green. HEX triplet: 02, B5 and 1E. RGB value is (2,181,30). Sum of RGB (Red+Green+Blue) = 2+181+30=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 181 (71.09% from 255 or 84.98% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 181 - color contains mainly: green. Hex color #02B51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B51E is #FD4AE1. Grayscale: #6E6E6E. Windows color (decimal): -16599778 or 2012418. OLE color: 2012418.

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

Color convert

RGB 2 181 30 -
CMYK 0.99 0 0.83 0.29
HSL 129.39º 0.98% 0.36% -
HSV(B) 129.39º 0.99% 0.71% -
XYZ 16.78 33.15 6.74 -
YUV 110.27 82.7 50.78 -
System Red Green Blue C M Y K H S L
Decimal 2 181 30 0.99 0 0.83 0.29 129.39 0.98 0.36
Hex 2 B5 1E 63 0 53 1D 81 62 24
Octal 2 265 36 143 0 123 35 201 142 44
Binary 10 10110101 11110 1100011 0 1010011 11101 10000001 1100010 100100

Color Harmonies of #02B51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B51E

Black with #02B51E

Text Example


Text Example

White with #02B51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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