Shades of Lime Green #1FCD33
Tints of Lime Green #1FCD33
RGB
CMYK
RGB Variations
Color information
#1FCD33 (or 0x1FCD33) is known color: Lime Green. HEX triplet: 1F, CD and 33. RGB value is (31,205,51). Sum of RGB (Red+Green+Blue) = 31+205+51=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCD33 is #E032CC. Grayscale: #878787. Windows color (decimal): -14693069 or 3394847. OLE color: 3394847.
HSL color Cylindrical-coordinate representation of color #1FCD33: hue angle of 126.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCD33 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 51 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.20 |
| HSL | 126.9º | 0.74% | 0.46% | - |
| HSV(B) | 126.9º | 0.85% | 0.8% | - |
| XYZ | 22.99 | 44.19 | 10.45 | - |
| YUV | 135.42 | 80.35 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 51 | 0.85 | 0 | 0.75 | 0.20 | 126.9 | 0.74 | 0.46 |
| Hex | 1F | CD | 33 | 55 | 0 | 4B | 14 | 7F | 4A | 2E |
| Octal | 37 | 315 | 63 | 125 | 0 | 113 | 24 | 177 | 112 | 56 |
| Binary | 11111 | 11001101 | 110011 | 1010101 | 0 | 1001011 | 10100 | 1111111 | 1001010 | 101110 |
Color Harmonies of #1FCD33
Complementary color
Monochromatic Colors of #1FCD33
Black with #1FCD33
Text Example
Text Example
White with #1FCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD33; }
p { color: rgb(31,205,51); }
H1.HeaderClassName
{
color: #1FCD33;
}
.AnyTagClassName
{
color: #1FCD33;
}
</style>
background-color css
<style>
a { background-color: #1FCD33; }
a { background-color: rgb(31,205,51); }
div.DivClassName
{
background-color: #1FCD33;
}
.BgClassName
{
background-color: #1FCD33;
}
</style>
border-color css
<style>
span { border-color: #1FCD33; }
span { border-color: rgb(31,205,51); }
td.TdClassName
{
border-color: #1FCD33;
}
.TagClassName
{
border-color: #1FCD33;
}
</style>