Shades of Lime Green #2DBE23
Tints of Lime Green #2DBE23
RGB
CMYK
RGB Variations
Color information
#2DBE23 (or 0x2DBE23) is known color: Lime Green. HEX triplet: 2D, BE and 23. RGB value is (45,190,35). Sum of RGB (Red+Green+Blue) = 45+190+35=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 190 (74.61% from 255 or 70.37% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE23 is #D241DC. Grayscale: #818181. Windows color (decimal): -13779421 or 2342445. OLE color: 2342445.
HSL color Cylindrical-coordinate representation of color #2DBE23: hue angle of 116.13º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DBE23 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 35 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.25 |
| HSL | 116.13º | 0.69% | 0.44% | - |
| HSV(B) | 116.13º | 0.82% | 0.75% | - |
| XYZ | 19.8 | 37.51 | 7.79 | - |
| YUV | 128.98 | 74.96 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 35 | 0.76 | 0 | 0.82 | 0.25 | 116.13 | 0.69 | 0.44 |
| Hex | 2D | BE | 23 | 4C | 0 | 52 | 19 | 74 | 45 | 2C |
| Octal | 55 | 276 | 43 | 114 | 0 | 122 | 31 | 164 | 105 | 54 |
| Binary | 101101 | 10111110 | 100011 | 1001100 | 0 | 1010010 | 11001 | 1110100 | 1000101 | 101100 |
Color Harmonies of #2DBE23
Complementary color
Monochromatic Colors of #2DBE23
Black with #2DBE23
Text Example
Text Example
White with #2DBE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE23; }
p { color: rgb(45,190,35); }
H1.HeaderClassName
{
color: #2DBE23;
}
.AnyTagClassName
{
color: #2DBE23;
}
</style>
background-color css
<style>
a { background-color: #2DBE23; }
a { background-color: rgb(45,190,35); }
div.DivClassName
{
background-color: #2DBE23;
}
.BgClassName
{
background-color: #2DBE23;
}
</style>
border-color css
<style>
span { border-color: #2DBE23; }
span { border-color: rgb(45,190,35); }
td.TdClassName
{
border-color: #2DBE23;
}
.TagClassName
{
border-color: #2DBE23;
}
</style>