Html Css Color HEX #02D83B Dark Pastel Green

📋 copy color: '#02D83B'

red 2 ◦ green 216 ◦ blue 59

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

Shades of Dark Pastel Green #02D83B

Tints of Dark Pastel Green #02D83B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.98%

 BLUE value IS 59 (23.44% from 255) = 21.3%

R = 0.72%
G = 77.98%
B = 21.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#02D83B (or 0x02D83B) is known color: Dark Pastel Green. HEX triplet: 02, D8 and 3B. RGB value is (2,216,59). Sum of RGB (Red+Green+Blue) = 2+216+59=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 216 (84.77% from 255 or 77.98% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 216 - color contains mainly: green. Hex color #02D83B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D83B is #FD27C4. Grayscale: #868686. Windows color (decimal): -16590789 or 3921922. OLE color: 3921922.

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

Color convert

RGB 2 216 59 -
CMYK 0.99 0 0.73 0.15
HSL 135.98º 0.98% 0.43% -
HSV(B) 135.98º 0.99% 0.85% -
XYZ 25.37 49.44 12.34 -
YUV 134.12 85.6 33.77 -
System Red Green Blue C M Y K H S L
Decimal 2 216 59 0.99 0 0.73 0.15 135.98 0.98 0.43
Hex 2 D8 3B 63 0 49 F 88 62 2B
Octal 2 330 73 143 0 111 17 210 142 53
Binary 10 11011000 111011 1100011 0 1001001 1111 10001000 1100010 101011

Color Harmonies of #02D83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D83B

Black with #02D83B

Text Example


Text Example

White with #02D83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,216,59); }

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

background-color css

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

 a { background-color: rgb(2,216,59); }

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

border-color css

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

 span { border-color: rgb(2,216,59); }

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