Html Css Color HEX #02C522 Dark Pastel Green

📋 copy color: '#02C522'

red 2 ◦ green 197 ◦ blue 34

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

Shades of Dark Pastel Green #02C522

Tints of Dark Pastel Green #02C522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.59%

R = 0.86%
G = 84.55%
B = 14.59%

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

#02C522 (or 0x02C522) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 22. RGB value is (2,197,34). Sum of RGB (Red+Green+Blue) = 2+197+34=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 197 (77.34% from 255 or 84.55% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 197 - color contains mainly: green. Hex color #02C522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C522 is #FD3ADD. Grayscale: #787878. Windows color (decimal): -16595678 or 2278658. OLE color: 2278658.

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

Color convert

RGB 2 197 34 -
CMYK 0.99 0 0.83 0.23
HSL 129.85º 0.98% 0.39% -
HSV(B) 129.85º 0.99% 0.77% -
XYZ 20.28 40.06 8.18 -
YUV 120.11 79.4 43.75 -
System Red Green Blue C M Y K H S L
Decimal 2 197 34 0.99 0 0.83 0.23 129.85 0.98 0.39
Hex 2 C5 22 63 0 53 17 82 62 27
Octal 2 305 42 143 0 123 27 202 142 47
Binary 10 11000101 100010 1100011 0 1010011 10111 10000010 1100010 100111

Color Harmonies of #02C522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C522

Black with #02C522

Text Example


Text Example

White with #02C522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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