#13D528

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

Shades of Lime Green #13D528

Tints of Lime Green #13D528

Color information

#13D528 (or 0x13D528) is unknown color: approx Lime Green. HEX triplet: 13, D5 and 28. RGB value is (19,213,40). Sum of RGB (Red+Green+Blue) = 19+213+40=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 213 (83.59% from 255 or 78.31% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 213 - color contains mainly: green. Hex color #13D528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D528 is #EC2AD7. Grayscale: #878787. Windows color (decimal): -15477464 or 2675987. OLE color: 2675987.

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

Color convert

RGB1921340-
CMYK0.9100.810.16
HSL126.49º83.62%45.49%-
HSV(B)126.49º91.08%83.53%-
XYZ24.4547.889.96-
YUV135.2774.2345.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.99%
GREEN value IS 213 (83.59% from 255) = 78.31%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=6.99%
G=78.31%
B=14.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19213400.9100.810.16126.4983.6245.49
Hex13D5285B051107e542d
Octal233255013301212017612455
Binary10011110101011010001011011010100011000011111101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,213,40); }

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

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

 a { background-color: rgb(19,213,40); }

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

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

 span { border-color: rgb(19,213,40); }

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