#20C025

Color #20C025 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20C025

Tints of Lime Green #20C025

Color information

#20C025 (or 0x20C025) is unknown color: approx Lime Green. HEX triplet: 20, C0 and 25. RGB value is (32,192,37). Sum of RGB (Red+Green+Blue) = 32+192+37=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #20C025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C025 is #DF3FDA. Grayscale: #7E7E7E. Windows color (decimal): -14630875 or 2474016. OLE color: 2474016.

HSL color Cylindrical-coordinate representation of color #20C025: hue angle of 121.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C025 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB3219237-
CMYK0.8300.810.25
HSL121.88º71.43%43.92%-
HSV(B)121.88º83.33%75.29%-
XYZ19.7838.148.07-
YUV126.4977.4960.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 192 (75.39% from 255) = 73.56%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=12.26%
G=73.56%
B=14.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32192370.8300.810.25121.8871.4343.92
Hex20C02553051197a472c
Octal403004512301213117210754
Binary100000110000001001011010011010100011100111110101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20C025; }

 p { color: rgb(32,192,37); }

 H1.HeaderClassName
 {
   color: #20C025;
 }
 .AnyTagClassName
 {
   color: #20C025;
 }
</style>
background-color css

<style>
 a { background-color: #20C025; }

 a { background-color: rgb(32,192,37); }

 div.DivClassName
 {
   background-color: #20C025;
 }
 .BgClassName
 {
   background-color: #20C025;
 }
</style>
border-color css

<style>
 span { border-color: #20C025; }

 span { border-color: rgb(32,192,37); }

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