#13C21A

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

Shades of Lime Green #13C21A

Tints of Lime Green #13C21A

Color information

#13C21A (or 0x13C21A) is unknown color: approx Lime Green. HEX triplet: 13, C2 and 1A. RGB value is (19,194,26). Sum of RGB (Red+Green+Blue) = 19+194+26=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #13C21A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C21A is #EC3DE5. Grayscale: #7B7B7B. Windows color (decimal): -15482342 or 1753619. OLE color: 1753619.

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

Color convert

RGB1919426-
CMYK0.9000.870.24
HSL122.4º82.16%41.76%-
HSV(B)122.4º90.21%76.08%-
XYZ19.7538.87.43-
YUV122.5273.5254.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 194 (76.17% from 255) = 81.17%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=7.95%
G=81.17%
B=10.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19194260.9000.870.24122.482.1641.76
Hex13C21A5A057187a522a
Octal233023213201273017212252
Binary1001111000010110101011010010101111100011110101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,194,26); }

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

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

 a { background-color: rgb(19,194,26); }

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

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

 span { border-color: rgb(19,194,26); }

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