Shades of Lime Green #2DFA33
Tints of Lime Green #2DFA33
RGB
CMYK
RGB Variations
Color information
#2DFA33 (or 0x2DFA33) is known color: Lime Green. HEX triplet: 2D, FA and 33. RGB value is (45,250,51). Sum of RGB (Red+Green+Blue) = 45+250+51=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA33 is #D205CC. Grayscale: #A6A6A6. Windows color (decimal): -13764045 or 3406381. OLE color: 3406381.
HSL color Cylindrical-coordinate representation of color #2DFA33: hue angle of 121.76º degrees, saturation: 0.95, 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 #2DFA33 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 51 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.02 |
| HSL | 121.76º | 0.95% | 0.58% | - |
| HSV(B) | 121.76º | 0.82% | 0.98% | - |
| XYZ | 35.87 | 69.17 | 14.59 | - |
| YUV | 166.02 | 63.08 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 51 | 0.82 | 0 | 0.80 | 0.02 | 121.76 | 0.95 | 0.58 |
| Hex | 2D | FA | 33 | 52 | 0 | 50 | 2 | 7A | 5F | 3A |
| Octal | 55 | 372 | 63 | 122 | 0 | 120 | 2 | 172 | 137 | 72 |
| Binary | 101101 | 11111010 | 110011 | 1010010 | 0 | 1010000 | 10 | 1111010 | 1011111 | 111010 |
Color Harmonies of #2DFA33
Complementary color
Monochromatic Colors of #2DFA33
Black with #2DFA33
Text Example
Text Example
White with #2DFA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA33; }
p { color: rgb(45,250,51); }
H1.HeaderClassName
{
color: #2DFA33;
}
.AnyTagClassName
{
color: #2DFA33;
}
</style>
background-color css
<style>
a { background-color: #2DFA33; }
a { background-color: rgb(45,250,51); }
div.DivClassName
{
background-color: #2DFA33;
}
.BgClassName
{
background-color: #2DFA33;
}
</style>
border-color css
<style>
span { border-color: #2DFA33; }
span { border-color: rgb(45,250,51); }
td.TdClassName
{
border-color: #2DFA33;
}
.TagClassName
{
border-color: #2DFA33;
}
</style>