Html Css Color HEX #02D823 Dark Pastel Green

📋 copy color: '#02D823'

red 2 ◦ green 216 ◦ blue 35

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

Shades of Dark Pastel Green #02D823

Tints of Dark Pastel Green #02D823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 0.79%
G = 85.38%
B = 13.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#02D823 (or 0x02D823) is known color: Dark Pastel Green. HEX triplet: 02, D8 and 23. RGB value is (2,216,35). Sum of RGB (Red+Green+Blue) = 2+216+35=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 216 (84.77% from 255 or 85.38% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 216 - color contains mainly: green. Hex color #02D823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D823 is #FD27DC. Grayscale: #838383. Windows color (decimal): -16590813 or 2349058. OLE color: 2349058.

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

Color convert

RGB 2 216 35 -
CMYK 0.99 0 0.84 0.15
HSL 129.25º 0.98% 0.43% -
HSV(B) 129.25º 0.99% 0.85% -
XYZ 24.88 49.25 9.78 -
YUV 131.38 73.6 35.72 -
System Red Green Blue C M Y K H S L
Decimal 2 216 35 0.99 0 0.84 0.15 129.25 0.98 0.43
Hex 2 D8 23 63 0 54 F 81 62 2B
Octal 2 330 43 143 0 124 17 201 142 53
Binary 10 11011000 100011 1100011 0 1010100 1111 10000001 1100010 101011

Color Harmonies of #02D823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D823

Black with #02D823

Text Example


Text Example

White with #02D823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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