Shades of Lime Green #1FCE32
Tints of Lime Green #1FCE32
RGB
CMYK
RGB Variations
Color information
#1FCE32 (or 0x1FCE32) is known color: Lime Green. HEX triplet: 1F, CE and 32. RGB value is (31,206,50). Sum of RGB (Red+Green+Blue) = 31+206+50=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 206 (80.86% from 255 or 71.78% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCE32 is #E031CD. Grayscale: #888888. Windows color (decimal): -14692814 or 3329567. OLE color: 3329567.
HSL color Cylindrical-coordinate representation of color #1FCE32: hue angle of 126.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCE32 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 50 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.19 |
| HSL | 126.51º | 0.74% | 0.46% | - |
| HSV(B) | 126.51º | 0.85% | 0.81% | - |
| XYZ | 23.21 | 44.66 | 10.42 | - |
| YUV | 135.89 | 79.52 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 50 | 0.85 | 0 | 0.76 | 0.19 | 126.51 | 0.74 | 0.46 |
| Hex | 1F | CE | 32 | 55 | 0 | 4C | 13 | 7F | 4A | 2E |
| Octal | 37 | 316 | 62 | 125 | 0 | 114 | 23 | 177 | 112 | 56 |
| Binary | 11111 | 11001110 | 110010 | 1010101 | 0 | 1001100 | 10011 | 1111111 | 1001010 | 101110 |
Color Harmonies of #1FCE32
Complementary color
Monochromatic Colors of #1FCE32
Black with #1FCE32
Text Example
Text Example
White with #1FCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCE32; }
p { color: rgb(31,206,50); }
H1.HeaderClassName
{
color: #1FCE32;
}
.AnyTagClassName
{
color: #1FCE32;
}
</style>
background-color css
<style>
a { background-color: #1FCE32; }
a { background-color: rgb(31,206,50); }
div.DivClassName
{
background-color: #1FCE32;
}
.BgClassName
{
background-color: #1FCE32;
}
</style>
border-color css
<style>
span { border-color: #1FCE32; }
span { border-color: rgb(31,206,50); }
td.TdClassName
{
border-color: #1FCE32;
}
.TagClassName
{
border-color: #1FCE32;
}
</style>