Shades of Lime Green #3EEE33
Tints of Lime Green #3EEE33
RGB
CMYK
RGB Variations
Color information
#3EEE33 (or 0x3EEE33) is known color: Lime Green. HEX triplet: 3E, EE and 33. RGB value is (62,238,51). Sum of RGB (Red+Green+Blue) = 62+238+51=351 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.66% from 351); Green value is 238 (93.36% from 255 or 67.81% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 238 - color contains mainly: green. Hex color #3EEE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEE33 is #C111CC. Grayscale: #A4A4A4. Windows color (decimal): -12653005 or 3403326. OLE color: 3403326.
HSL color Cylindrical-coordinate representation of color #3EEE33: hue angle of 116.47º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3EEE33 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 238 | 51 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.07 |
| HSL | 116.47º | 0.85% | 0.57% | - |
| HSV(B) | 116.47º | 0.79% | 0.93% | - |
| XYZ | 33.16 | 62.41 | 13.43 | - |
| YUV | 164.06 | 64.19 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 238 | 51 | 0.74 | 0 | 0.79 | 0.07 | 116.47 | 0.85 | 0.57 |
| Hex | 3E | EE | 33 | 4A | 0 | 4F | 7 | 74 | 55 | 39 |
| Octal | 76 | 356 | 63 | 112 | 0 | 117 | 7 | 164 | 125 | 71 |
| Binary | 111110 | 11101110 | 110011 | 1001010 | 0 | 1001111 | 111 | 1110100 | 1010101 | 111001 |
Color Harmonies of #3EEE33
Complementary color
Monochromatic Colors of #3EEE33
Black with #3EEE33
Text Example
Text Example
White with #3EEE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEE33; }
p { color: rgb(62,238,51); }
H1.HeaderClassName
{
color: #3EEE33;
}
.AnyTagClassName
{
color: #3EEE33;
}
</style>
background-color css
<style>
a { background-color: #3EEE33; }
a { background-color: rgb(62,238,51); }
div.DivClassName
{
background-color: #3EEE33;
}
.BgClassName
{
background-color: #3EEE33;
}
</style>
border-color css
<style>
span { border-color: #3EEE33; }
span { border-color: rgb(62,238,51); }
td.TdClassName
{
border-color: #3EEE33;
}
.TagClassName
{
border-color: #3EEE33;
}
</style>