Html Css Color HEX #02B81E Dark Pastel Green

📋 copy color: '#02B81E'

red 2 ◦ green 184 ◦ blue 30

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

Shades of Dark Pastel Green #02B81E

Tints of Dark Pastel Green #02B81E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 85.19%

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

R = 0.93%
G = 85.19%
B = 13.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#02B81E (or 0x02B81E) is known color: Dark Pastel Green. HEX triplet: 02, B8 and 1E. RGB value is (2,184,30). Sum of RGB (Red+Green+Blue) = 2+184+30=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 184 (72.27% from 255 or 85.19% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 184 - color contains mainly: green. Hex color #02B81E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B81E is #FD47E1. Grayscale: #707070. Windows color (decimal): -16599010 or 2013186. OLE color: 2013186.

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

Color convert

RGB 2 184 30 -
CMYK 0.99 0 0.84 0.28
HSL 129.23º 0.98% 0.36% -
HSV(B) 129.23º 0.99% 0.72% -
XYZ 17.4 34.39 6.95 -
YUV 112.03 81.7 49.52 -
System Red Green Blue C M Y K H S L
Decimal 2 184 30 0.99 0 0.84 0.28 129.23 0.98 0.36
Hex 2 B8 1E 63 0 54 1C 81 62 24
Octal 2 270 36 143 0 124 34 201 142 44
Binary 10 10111000 11110 1100011 0 1010100 11100 10000001 1100010 100100

Color Harmonies of #02B81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B81E

Black with #02B81E

Text Example


Text Example

White with #02B81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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