Shades of Lime Green #13CE1B
Tints of Lime Green #13CE1B
RGB
CMYK
RGB Variations
Color information
#13CE1B (or 0x13CE1B) is known color: Lime Green. HEX triplet: 13, CE and 1B. RGB value is (19,206,27). Sum of RGB (Red+Green+Blue) = 19+206+27=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 206 (80.86% from 255 or 81.75% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE1B is #EC31E4. Grayscale: #828282. Windows color (decimal): -15479269 or 1822227. OLE color: 1822227.
HSL color Cylindrical-coordinate representation of color #13CE1B: hue angle of 122.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CE1B is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 27 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.19 |
| HSL | 122.57º | 0.83% | 0.44% | - |
| HSV(B) | 122.57º | 0.91% | 0.81% | - |
| XYZ | 22.54 | 44.36 | 8.41 | - |
| YUV | 129.68 | 70.05 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 27 | 0.91 | 0 | 0.87 | 0.19 | 122.57 | 0.83 | 0.44 |
| Hex | 13 | CE | 1B | 5B | 0 | 57 | 13 | 7B | 53 | 2C |
| Octal | 23 | 316 | 33 | 133 | 0 | 127 | 23 | 173 | 123 | 54 |
| Binary | 10011 | 11001110 | 11011 | 1011011 | 0 | 1010111 | 10011 | 1111011 | 1010011 | 101100 |
Color Harmonies of #13CE1B
Complementary color
Monochromatic Colors of #13CE1B
Black with #13CE1B
Text Example
Text Example
White with #13CE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE1B; }
p { color: rgb(19,206,27); }
H1.HeaderClassName
{
color: #13CE1B;
}
.AnyTagClassName
{
color: #13CE1B;
}
</style>
background-color css
<style>
a { background-color: #13CE1B; }
a { background-color: rgb(19,206,27); }
div.DivClassName
{
background-color: #13CE1B;
}
.BgClassName
{
background-color: #13CE1B;
}
</style>
border-color css
<style>
span { border-color: #13CE1B; }
span { border-color: rgb(19,206,27); }
td.TdClassName
{
border-color: #13CE1B;
}
.TagClassName
{
border-color: #13CE1B;
}
</style>