Shades of Lime Green #2DFB32
Tints of Lime Green #2DFB32
RGB
CMYK
RGB Variations
Color information
#2DFB32 (or 0x2DFB32) is known color: Lime Green. HEX triplet: 2D, FB and 32. RGB value is (45,251,50). Sum of RGB (Red+Green+Blue) = 45+251+50=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFB32 is #D204CD. Grayscale: #A7A7A7. Windows color (decimal): -13763790 or 3341101. OLE color: 3341101.
HSL color Cylindrical-coordinate representation of color #2DFB32: hue angle of 121.46º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFB32 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 50 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.02 |
| HSL | 121.46º | 0.96% | 0.58% | - |
| HSV(B) | 121.46º | 0.82% | 0.98% | - |
| XYZ | 36.16 | 69.78 | 14.58 | - |
| YUV | 166.49 | 62.25 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 50 | 0.82 | 0 | 0.80 | 0.02 | 121.46 | 0.96 | 0.58 |
| Hex | 2D | FB | 32 | 52 | 0 | 50 | 2 | 79 | 60 | 3A |
| Octal | 55 | 373 | 62 | 122 | 0 | 120 | 2 | 171 | 140 | 72 |
| Binary | 101101 | 11111011 | 110010 | 1010010 | 0 | 1010000 | 10 | 1111001 | 1100000 | 111010 |
Color Harmonies of #2DFB32
Complementary color
Monochromatic Colors of #2DFB32
Black with #2DFB32
Text Example
Text Example
White with #2DFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB32; }
p { color: rgb(45,251,50); }
H1.HeaderClassName
{
color: #2DFB32;
}
.AnyTagClassName
{
color: #2DFB32;
}
</style>
background-color css
<style>
a { background-color: #2DFB32; }
a { background-color: rgb(45,251,50); }
div.DivClassName
{
background-color: #2DFB32;
}
.BgClassName
{
background-color: #2DFB32;
}
</style>
border-color css
<style>
span { border-color: #2DFB32; }
span { border-color: rgb(45,251,50); }
td.TdClassName
{
border-color: #2DFB32;
}
.TagClassName
{
border-color: #2DFB32;
}
</style>