#13C41C

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

Shades of Lime Green #13C41C

Tints of Lime Green #13C41C

Color information

#13C41C (or 0x13C41C) is unknown color: approx Lime Green. HEX triplet: 13, C4 and 1C. RGB value is (19,196,28). Sum of RGB (Red+Green+Blue) = 19+196+28=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 196 (76.95% from 255 or 80.66% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 196 - color contains mainly: green. Hex color #13C41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C41C is #EC3BE3. Grayscale: #7C7C7C. Windows color (decimal): -15481828 or 1885203. OLE color: 1885203.

HSL color Cylindrical-coordinate representation of color #13C41C: hue angle of 123.05º 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 #13C41C is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB1919628-
CMYK0.9000.860.23
HSL123.05º82.33%42.16%-
HSV(B)123.05º90.31%76.86%-
XYZ20.2239.77.7-
YUV123.9273.8653.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.82%
GREEN value IS 196 (76.95% from 255) = 80.66%
BLUE value IS 28 (11.33% from 255) = 11.52%
R=7.82%
G=80.66%
B=11.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19196280.9000.860.23123.0582.3342.16
Hex13C41C5A056177b522a
Octal233043413201262717312252
Binary1001111000100111001011010010101101011111110111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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