#13CD20

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

Shades of Lime Green #13CD20

Tints of Lime Green #13CD20

Color information

#13CD20 (or 0x13CD20) is unknown color: approx Lime Green. HEX triplet: 13, CD and 20. RGB value is (19,205,32). Sum of RGB (Red+Green+Blue) = 19+205+32=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #13CD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CD20 is #EC32DF. Grayscale: #828282. Windows color (decimal): -15479520 or 2149651. OLE color: 2149651.

HSL color Cylindrical-coordinate representation of color #13CD20: hue angle of 124.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CD20 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB1920532-
CMYK0.9100.840.20
HSL124.19º83.04%43.92%-
HSV(B)124.19º90.73%80.39%-
XYZ22.3643.918.66-
YUV129.6672.8849.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.42%
GREEN value IS 205 (80.47% from 255) = 80.08%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=7.42%
G=80.08%
B=12.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19205320.9100.840.20124.1983.0443.92
Hex13CD205B054147c532c
Octal233154013301242417412354
Binary10011110011011000001011011010101001010011111001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13CD20; }

 p { color: rgb(19,205,32); }

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

<style>
 a { background-color: #13CD20; }

 a { background-color: rgb(19,205,32); }

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

<style>
 span { border-color: #13CD20; }

 span { border-color: rgb(19,205,32); }

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