Shades of Lime Green #1FD433
Tints of Lime Green #1FD433
RGB
CMYK
RGB Variations
Color information
#1FD433 (or 0x1FD433) is known color: Lime Green. HEX triplet: 1F, D4 and 33. RGB value is (31,212,51). Sum of RGB (Red+Green+Blue) = 31+212+51=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 212 (83.20% from 255 or 72.11% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD433 is #E02BCC. Grayscale: #8B8B8B. Windows color (decimal): -14691277 or 3396639. OLE color: 3396639.
HSL color Cylindrical-coordinate representation of color #1FD433: hue angle of 126.63º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD433 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 212 | 51 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.17 |
| HSL | 126.63º | 0.74% | 0.48% | - |
| HSV(B) | 126.63º | 0.85% | 0.83% | - |
| XYZ | 24.71 | 47.62 | 11.02 | - |
| YUV | 139.53 | 78.03 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 212 | 51 | 0.85 | 0 | 0.76 | 0.17 | 126.63 | 0.74 | 0.48 |
| Hex | 1F | D4 | 33 | 55 | 0 | 4C | 11 | 7F | 4A | 30 |
| Octal | 37 | 324 | 63 | 125 | 0 | 114 | 21 | 177 | 112 | 60 |
| Binary | 11111 | 11010100 | 110011 | 1010101 | 0 | 1001100 | 10001 | 1111111 | 1001010 | 110000 |
Color Harmonies of #1FD433
Complementary color
Monochromatic Colors of #1FD433
Black with #1FD433
Text Example
Text Example
White with #1FD433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD433; }
p { color: rgb(31,212,51); }
H1.HeaderClassName
{
color: #1FD433;
}
.AnyTagClassName
{
color: #1FD433;
}
</style>
background-color css
<style>
a { background-color: #1FD433; }
a { background-color: rgb(31,212,51); }
div.DivClassName
{
background-color: #1FD433;
}
.BgClassName
{
background-color: #1FD433;
}
</style>
border-color css
<style>
span { border-color: #1FD433; }
span { border-color: rgb(31,212,51); }
td.TdClassName
{
border-color: #1FD433;
}
.TagClassName
{
border-color: #1FD433;
}
</style>