#20C31C

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

Shades of Lime Green #20C31C

Tints of Lime Green #20C31C

Color information

#20C31C (or 0x20C31C) is unknown color: approx Lime Green. HEX triplet: 20, C3 and 1C. RGB value is (32,195,28). Sum of RGB (Red+Green+Blue) = 32+195+28=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 195 (76.56% from 255 or 76.47% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 195 - color contains mainly: green. Hex color #20C31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C31C is #DF3CE3. Grayscale: #7F7F7F. Windows color (decimal): -14630116 or 1884960. OLE color: 1884960.

HSL color Cylindrical-coordinate representation of color #20C31C: hue angle of 118.56º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20C31C is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB3219528-
CMYK0.8400.860.24
HSL118.56º74.89%43.73%-
HSV(B)118.56º85.64%76.47%-
XYZ20.3239.427.64-
YUV127.227260.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 195 (76.56% from 255) = 76.47%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=12.55%
G=76.47%
B=10.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal32195280.8400.860.24118.5674.8943.73
Hex20C31C5405618774b2c
Octal403033412401263016711354
Binary10000011000011111001010100010101101100011101111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,195,28); }

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

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

 a { background-color: rgb(32,195,28); }

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

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

 span { border-color: rgb(32,195,28); }

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