Html Css Color HEX #02C525 Dark Pastel Green

📋 copy color: '#02C525'

red 2 ◦ green 197 ◦ blue 37

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

Shades of Dark Pastel Green #02C525

Tints of Dark Pastel Green #02C525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 0.85%
G = 83.47%
B = 15.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#02C525 (or 0x02C525) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 25. RGB value is (2,197,37). Sum of RGB (Red+Green+Blue) = 2+197+37=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 197 (77.34% from 255 or 83.47% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 197 - color contains mainly: green. Hex color #02C525 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C525 is #FD3ADA. Grayscale: #787878. Windows color (decimal): -16595675 or 2475266. OLE color: 2475266.

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

Color convert

RGB 2 197 37 -
CMYK 0.99 0 0.81 0.23
HSL 130.77º 0.98% 0.39% -
HSV(B) 130.77º 0.99% 0.77% -
XYZ 20.33 40.08 8.42 -
YUV 120.46 80.9 43.51 -
System Red Green Blue C M Y K H S L
Decimal 2 197 37 0.99 0 0.81 0.23 130.77 0.98 0.39
Hex 2 C5 25 63 0 51 17 83 62 27
Octal 2 305 45 143 0 121 27 203 142 47
Binary 10 11000101 100101 1100011 0 1010001 10111 10000011 1100010 100111

Color Harmonies of #02C525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C525

Black with #02C525

Text Example


Text Example

White with #02C525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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