Shades of Lime Green #13CB1D
Tints of Lime Green #13CB1D
RGB
CMYK
RGB Variations
Color information
#13CB1D (or 0x13CB1D) is known color: Lime Green. HEX triplet: 13, CB and 1D. RGB value is (19,203,29). Sum of RGB (Red+Green+Blue) = 19+203+29=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 203 (79.69% from 255 or 80.88% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB1D is #EC34E2. Grayscale: #808080. Windows color (decimal): -15480035 or 1952531. OLE color: 1952531.
HSL color Cylindrical-coordinate representation of color #13CB1D: hue angle of 123.26º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB1D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 29 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.20 |
| HSL | 123.26º | 0.83% | 0.44% | - |
| HSV(B) | 123.26º | 0.91% | 0.8% | - |
| XYZ | 21.85 | 42.94 | 8.3 | - |
| YUV | 128.15 | 72.04 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 29 | 0.91 | 0 | 0.86 | 0.20 | 123.26 | 0.83 | 0.44 |
| Hex | 13 | CB | 1D | 5B | 0 | 56 | 14 | 7B | 53 | 2C |
| Octal | 23 | 313 | 35 | 133 | 0 | 126 | 24 | 173 | 123 | 54 |
| Binary | 10011 | 11001011 | 11101 | 1011011 | 0 | 1010110 | 10100 | 1111011 | 1010011 | 101100 |
Color Harmonies of #13CB1D
Complementary color
Monochromatic Colors of #13CB1D
Black with #13CB1D
Text Example
Text Example
White with #13CB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB1D; }
p { color: rgb(19,203,29); }
H1.HeaderClassName
{
color: #13CB1D;
}
.AnyTagClassName
{
color: #13CB1D;
}
</style>
background-color css
<style>
a { background-color: #13CB1D; }
a { background-color: rgb(19,203,29); }
div.DivClassName
{
background-color: #13CB1D;
}
.BgClassName
{
background-color: #13CB1D;
}
</style>
border-color css
<style>
span { border-color: #13CB1D; }
span { border-color: rgb(19,203,29); }
td.TdClassName
{
border-color: #13CB1D;
}
.TagClassName
{
border-color: #13CB1D;
}
</style>