Shades of Lime Green #2DF324
Tints of Lime Green #2DF324
RGB
CMYK
RGB Variations
Color information
#2DF324 (or 0x2DF324) is known color: Lime Green. HEX triplet: 2D, F3 and 24. RGB value is (45,243,36). Sum of RGB (Red+Green+Blue) = 45+243+36=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 243 (95.31% from 255 or 75% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF324 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF324 is #D20CDB. Grayscale: #A0A0A0. Windows color (decimal): -13765852 or 2421549. OLE color: 2421549.
HSL color Cylindrical-coordinate representation of color #2DF324: hue angle of 117.39º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DF324 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 36 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.05 |
| HSL | 117.39º | 0.9% | 0.55% | - |
| HSV(B) | 117.39º | 0.85% | 0.95% | - |
| XYZ | 33.45 | 64.79 | 12.41 | - |
| YUV | 160.2 | 57.9 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 36 | 0.81 | 0 | 0.85 | 0.05 | 117.39 | 0.9 | 0.55 |
| Hex | 2D | F3 | 24 | 51 | 0 | 55 | 5 | 75 | 5A | 37 |
| Octal | 55 | 363 | 44 | 121 | 0 | 125 | 5 | 165 | 132 | 67 |
| Binary | 101101 | 11110011 | 100100 | 1010001 | 0 | 1010101 | 101 | 1110101 | 1011010 | 110111 |
Color Harmonies of #2DF324
Complementary color
Monochromatic Colors of #2DF324
Black with #2DF324
Text Example
Text Example
White with #2DF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF324; }
p { color: rgb(45,243,36); }
H1.HeaderClassName
{
color: #2DF324;
}
.AnyTagClassName
{
color: #2DF324;
}
</style>
background-color css
<style>
a { background-color: #2DF324; }
a { background-color: rgb(45,243,36); }
div.DivClassName
{
background-color: #2DF324;
}
.BgClassName
{
background-color: #2DF324;
}
</style>
border-color css
<style>
span { border-color: #2DF324; }
span { border-color: rgb(45,243,36); }
td.TdClassName
{
border-color: #2DF324;
}
.TagClassName
{
border-color: #2DF324;
}
</style>