Shades of Lime Green #3FEE33
Tints of Lime Green #3FEE33
RGB
CMYK
RGB Variations
Color information
#3FEE33 (or 0x3FEE33) is known color: Lime Green. HEX triplet: 3F, EE and 33. RGB value is (63,238,51). Sum of RGB (Red+Green+Blue) = 63+238+51=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 238 (93.36% from 255 or 67.61% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEE33 is #C011CC. Grayscale: #A4A4A4. Windows color (decimal): -12587469 or 3403327. OLE color: 3403327.
HSL color Cylindrical-coordinate representation of color #3FEE33: hue angle of 116.15º 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 #3FEE33 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 51 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.07 |
| HSL | 116.15º | 0.85% | 0.57% | - |
| HSV(B) | 116.15º | 0.79% | 0.93% | - |
| XYZ | 33.22 | 62.44 | 13.43 | - |
| YUV | 164.36 | 64.02 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 51 | 0.74 | 0 | 0.79 | 0.07 | 116.15 | 0.85 | 0.57 |
| Hex | 3F | EE | 33 | 4A | 0 | 4F | 7 | 74 | 55 | 39 |
| Octal | 77 | 356 | 63 | 112 | 0 | 117 | 7 | 164 | 125 | 71 |
| Binary | 111111 | 11101110 | 110011 | 1001010 | 0 | 1001111 | 111 | 1110100 | 1010101 | 111001 |
Color Harmonies of #3FEE33
Complementary color
Monochromatic Colors of #3FEE33
Black with #3FEE33
Text Example
Text Example
White with #3FEE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE33; }
p { color: rgb(63,238,51); }
H1.HeaderClassName
{
color: #3FEE33;
}
.AnyTagClassName
{
color: #3FEE33;
}
</style>
background-color css
<style>
a { background-color: #3FEE33; }
a { background-color: rgb(63,238,51); }
div.DivClassName
{
background-color: #3FEE33;
}
.BgClassName
{
background-color: #3FEE33;
}
</style>
border-color css
<style>
span { border-color: #3FEE33; }
span { border-color: rgb(63,238,51); }
td.TdClassName
{
border-color: #3FEE33;
}
.TagClassName
{
border-color: #3FEE33;
}
</style>