Html Css Color HEX #02C532 Dark Pastel Green

📋 copy color: '#02C532'

red 2 ◦ green 197 ◦ blue 50

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

Shades of Dark Pastel Green #02C532

Tints of Dark Pastel Green #02C532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 0.8%
G = 79.12%
B = 20.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#02C532 (or 0x02C532) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 32. RGB value is (2,197,50). Sum of RGB (Red+Green+Blue) = 2+197+50=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 197 (77.34% from 255 or 79.12% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 197 - color contains mainly: green. Hex color #02C532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C532 is #FD3ACD. Grayscale: #7A7A7A. Windows color (decimal): -16595662 or 3327234. OLE color: 3327234.

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

Color convert

RGB 2 197 50 -
CMYK 0.99 0 0.75 0.23
HSL 134.77º 0.98% 0.39% -
HSV(B) 134.77º 0.99% 0.77% -
XYZ 20.57 40.18 9.69 -
YUV 121.94 87.4 42.45 -
System Red Green Blue C M Y K H S L
Decimal 2 197 50 0.99 0 0.75 0.23 134.77 0.98 0.39
Hex 2 C5 32 63 0 4B 17 87 62 27
Octal 2 305 62 143 0 113 27 207 142 47
Binary 10 11000101 110010 1100011 0 1001011 10111 10000111 1100010 100111

Color Harmonies of #02C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C532

Black with #02C532

Text Example


Text Example

White with #02C532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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