#13C41D

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

Shades of Lime Green #13C41D

Tints of Lime Green #13C41D

Color information

#13C41D (or 0x13C41D) is unknown color: approx Lime Green. HEX triplet: 13, C4 and 1D. RGB value is (19,196,29). Sum of RGB (Red+Green+Blue) = 19+196+29=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 196 (76.95% from 255 or 80.33% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 196 - color contains mainly: green. Hex color #13C41D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C41D is #EC3BE2. Grayscale: #7C7C7C. Windows color (decimal): -15481827 or 1950739. OLE color: 1950739.

HSL color Cylindrical-coordinate representation of color #13C41D: hue angle of 123.39º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C41D is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1919629-
CMYK0.9000.850.23
HSL123.39º82.33%42.16%-
HSV(B)123.39º90.31%76.86%-
XYZ20.2339.717.76-
YUV124.0474.3653.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 196 (76.95% from 255) = 80.33%
BLUE value IS 29 (11.72% from 255) = 11.89%
R=7.79%
G=80.33%
B=11.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19196290.9000.850.23123.3982.3342.16
Hex13C41D5A055177b522a
Octal233043513201252717312252
Binary1001111000100111011011010010101011011111110111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,196,29); }

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

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

 a { background-color: rgb(19,196,29); }

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

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

 span { border-color: rgb(19,196,29); }

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