Shades of Lime Green #2CEF30
Tints of Lime Green #2CEF30
RGB
CMYK
RGB Variations
Color information
#2CEF30 (or 0x2CEF30) is known color: Lime Green. HEX triplet: 2C, EF and 30. RGB value is (44,239,48). Sum of RGB (Red+Green+Blue) = 44+239+48=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF30 is #D310CF. Grayscale: #9F9F9F. Windows color (decimal): -13832400 or 3206956. OLE color: 3206956.
HSL color Cylindrical-coordinate representation of color #2CEF30: hue angle of 121.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEF30 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 48 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.06 |
| HSL | 121.23º | 0.86% | 0.55% | - |
| HSV(B) | 121.23º | 0.82% | 0.94% | - |
| XYZ | 32.44 | 62.48 | 13.15 | - |
| YUV | 158.92 | 65.4 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 48 | 0.82 | 0 | 0.80 | 0.06 | 121.23 | 0.86 | 0.55 |
| Hex | 2C | EF | 30 | 52 | 0 | 50 | 6 | 79 | 56 | 37 |
| Octal | 54 | 357 | 60 | 122 | 0 | 120 | 6 | 171 | 126 | 67 |
| Binary | 101100 | 11101111 | 110000 | 1010010 | 0 | 1010000 | 110 | 1111001 | 1010110 | 110111 |
Color Harmonies of #2CEF30
Complementary color
Monochromatic Colors of #2CEF30
Black with #2CEF30
Text Example
Text Example
White with #2CEF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF30; }
p { color: rgb(44,239,48); }
H1.HeaderClassName
{
color: #2CEF30;
}
.AnyTagClassName
{
color: #2CEF30;
}
</style>
background-color css
<style>
a { background-color: #2CEF30; }
a { background-color: rgb(44,239,48); }
div.DivClassName
{
background-color: #2CEF30;
}
.BgClassName
{
background-color: #2CEF30;
}
</style>
border-color css
<style>
span { border-color: #2CEF30; }
span { border-color: rgb(44,239,48); }
td.TdClassName
{
border-color: #2CEF30;
}
.TagClassName
{
border-color: #2CEF30;
}
</style>