Shades of Lime Green #2DF141
Tints of Lime Green #2DF141
RGB
CMYK
RGB Variations
Color information
#2DF141 (or 0x2DF141) is known color: Lime Green. HEX triplet: 2D, F1 and 41. RGB value is (45,241,65). Sum of RGB (Red+Green+Blue) = 45+241+65=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 241 (94.53% from 255 or 68.66% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF141 is #D20EBE. Grayscale: #A2A2A2. Windows color (decimal): -13766335 or 4321581. OLE color: 4321581.
HSL color Cylindrical-coordinate representation of color #2DF141: hue angle of 126.12º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF141 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 65 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.05 |
| HSL | 126.12º | 0.88% | 0.56% | - |
| HSV(B) | 126.12º | 0.81% | 0.95% | - |
| XYZ | 33.49 | 63.85 | 15.56 | - |
| YUV | 162.33 | 73.07 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 65 | 0.81 | 0 | 0.73 | 0.05 | 126.12 | 0.88 | 0.56 |
| Hex | 2D | F1 | 41 | 51 | 0 | 49 | 5 | 7E | 58 | 38 |
| Octal | 55 | 361 | 101 | 121 | 0 | 111 | 5 | 176 | 130 | 70 |
| Binary | 101101 | 11110001 | 1000001 | 1010001 | 0 | 1001001 | 101 | 1111110 | 1011000 | 111000 |
Color Harmonies of #2DF141
Complementary color
Monochromatic Colors of #2DF141
Black with #2DF141
Text Example
Text Example
White with #2DF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF141; }
p { color: rgb(45,241,65); }
H1.HeaderClassName
{
color: #2DF141;
}
.AnyTagClassName
{
color: #2DF141;
}
</style>
background-color css
<style>
a { background-color: #2DF141; }
a { background-color: rgb(45,241,65); }
div.DivClassName
{
background-color: #2DF141;
}
.BgClassName
{
background-color: #2DF141;
}
</style>
border-color css
<style>
span { border-color: #2DF141; }
span { border-color: rgb(45,241,65); }
td.TdClassName
{
border-color: #2DF141;
}
.TagClassName
{
border-color: #2DF141;
}
</style>