Shades of Lime Green #13C21B
Tints of Lime Green #13C21B
RGB
CMYK
RGB Variations
Color information
#13C21B (or 0x13C21B) is known color: Lime Green. HEX triplet: 13, C2 and 1B. RGB value is (19,194,27). Sum of RGB (Red+Green+Blue) = 19+194+27=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 194 (76.17% from 255 or 80.83% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 194 - color contains mainly: green. Hex color #13C21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C21B is #EC3DE4. Grayscale: #7B7B7B. Windows color (decimal): -15482341 or 1819155. OLE color: 1819155.
HSL color Cylindrical-coordinate representation of color #13C21B: hue angle of 122.74º 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 #13C21B is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 27 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.24 |
| HSL | 122.74º | 0.82% | 0.42% | - |
| HSV(B) | 122.74º | 0.9% | 0.76% | - |
| XYZ | 19.76 | 38.8 | 7.48 | - |
| YUV | 122.64 | 74.02 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 27 | 0.90 | 0 | 0.86 | 0.24 | 122.74 | 0.82 | 0.42 |
| Hex | 13 | C2 | 1B | 5A | 0 | 56 | 18 | 7B | 52 | 2A |
| Octal | 23 | 302 | 33 | 132 | 0 | 126 | 30 | 173 | 122 | 52 |
| Binary | 10011 | 11000010 | 11011 | 1011010 | 0 | 1010110 | 11000 | 1111011 | 1010010 | 101010 |
Color Harmonies of #13C21B
Complementary color
Monochromatic Colors of #13C21B
Black with #13C21B
Text Example
Text Example
White with #13C21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C21B; }
p { color: rgb(19,194,27); }
H1.HeaderClassName
{
color: #13C21B;
}
.AnyTagClassName
{
color: #13C21B;
}
</style>
background-color css
<style>
a { background-color: #13C21B; }
a { background-color: rgb(19,194,27); }
div.DivClassName
{
background-color: #13C21B;
}
.BgClassName
{
background-color: #13C21B;
}
</style>
border-color css
<style>
span { border-color: #13C21B; }
span { border-color: rgb(19,194,27); }
td.TdClassName
{
border-color: #13C21B;
}
.TagClassName
{
border-color: #13C21B;
}
</style>