Shades of Lime Green #2DFF3A
Tints of Lime Green #2DFF3A
RGB
CMYK
RGB Variations
Color information
#2DFF3A (or 0x2DFF3A) is known color: Lime Green. HEX triplet: 2D, FF and 3A. RGB value is (45,255,58). Sum of RGB (Red+Green+Blue) = 45+255+58=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFF3A is #D200C5. Grayscale: #AAAAAA. Windows color (decimal): -13762758 or 3866413. OLE color: 3866413.
HSL color Cylindrical-coordinate representation of color #2DFF3A: hue angle of 123.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFF3A is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 58 | - |
| CMYK | 0.82 | 0 | 0.77 | 0 |
| HSL | 123.71º | 1% | 0.59% | - |
| HSV(B) | 123.71º | 0.82% | 1% | - |
| XYZ | 37.61 | 72.38 | 15.99 | - |
| YUV | 169.75 | 64.93 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 58 | 0.82 | 0 | 0.77 | 0 | 123.71 | 1 | 0.59 |
| Hex | 2D | FF | 3A | 52 | 0 | 4D | 0 | 7C | 64 | 3B |
| Octal | 55 | 377 | 72 | 122 | 0 | 115 | 0 | 174 | 144 | 73 |
| Binary | 101101 | 11111111 | 111010 | 1010010 | 0 | 1001101 | 0 | 1111100 | 1100100 | 111011 |
Color Harmonies of #2DFF3A
Complementary color
Monochromatic Colors of #2DFF3A
Black with #2DFF3A
Text Example
Text Example
White with #2DFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF3A; }
p { color: rgb(45,255,58); }
H1.HeaderClassName
{
color: #2DFF3A;
}
.AnyTagClassName
{
color: #2DFF3A;
}
</style>
background-color css
<style>
a { background-color: #2DFF3A; }
a { background-color: rgb(45,255,58); }
div.DivClassName
{
background-color: #2DFF3A;
}
.BgClassName
{
background-color: #2DFF3A;
}
</style>
border-color css
<style>
span { border-color: #2DFF3A; }
span { border-color: rgb(45,255,58); }
td.TdClassName
{
border-color: #2DFF3A;
}
.TagClassName
{
border-color: #2DFF3A;
}
</style>