Html Css Color HEX #02C521 Dark Pastel Green

📋 copy color: '#02C521'

red 2 ◦ green 197 ◦ blue 33

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

Shades of Dark Pastel Green #02C521

Tints of Dark Pastel Green #02C521

RGB

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

 GREEN value IS 197 (77.34% from 255) = 84.91%

 BLUE value IS 33 (13.28% from 255) = 14.22%

R = 0.86%
G = 84.91%
B = 14.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#02C521 (or 0x02C521) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 21. RGB value is (2,197,33). Sum of RGB (Red+Green+Blue) = 2+197+33=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 197 (77.34% from 255 or 84.91% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 197 - color contains mainly: green. Hex color #02C521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C521 is #FD3ADE. Grayscale: #787878. Windows color (decimal): -16595679 or 2213122. OLE color: 2213122.

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

Color convert

RGB 2 197 33 -
CMYK 0.99 0 0.83 0.23
HSL 129.54º 0.98% 0.39% -
HSV(B) 129.54º 0.99% 0.77% -
XYZ 20.27 40.06 8.1 -
YUV 120 78.9 43.84 -
System Red Green Blue C M Y K H S L
Decimal 2 197 33 0.99 0 0.83 0.23 129.54 0.98 0.39
Hex 2 C5 21 63 0 53 17 82 62 27
Octal 2 305 41 143 0 123 27 202 142 47
Binary 10 11000101 100001 1100011 0 1010011 10111 10000010 1100010 100111

Color Harmonies of #02C521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C521

Black with #02C521

Text Example


Text Example

White with #02C521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,197,33); }

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

background-color css

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

 a { background-color: rgb(2,197,33); }

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

border-color css

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

 span { border-color: rgb(2,197,33); }

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