#13D324

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

Shades of Lime Green #13D324

Tints of Lime Green #13D324

Color information

#13D324 (or 0x13D324) is unknown color: approx Lime Green. HEX triplet: 13, D3 and 24. RGB value is (19,211,36). Sum of RGB (Red+Green+Blue) = 19+211+36=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 211 (82.81% from 255 or 79.32% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 211 - color contains mainly: green. Hex color #13D324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D324 is #EC2CDB. Grayscale: #868686. Windows color (decimal): -15477980 or 2413331. OLE color: 2413331.

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

Color convert

RGB1921136-
CMYK0.9100.830.17
HSL125.31º83.48%45.1%-
HSV(B)125.31º91%82.75%-
XYZ23.8846.859.45-
YUV133.6472.8946.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.14%
GREEN value IS 211 (82.81% from 255) = 79.32%
BLUE value IS 36 (14.45% from 255) = 13.53%
R=7.14%
G=79.32%
B=13.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal19211360.9100.830.17125.3183.4845.1
Hex13D3245B053117d532d
Octal233234413301232117512355
Binary10011110100111001001011011010100111000111111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,211,36); }

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

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

 a { background-color: rgb(19,211,36); }

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

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

 span { border-color: rgb(19,211,36); }

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