Shades of Lime Green #3FF233
Tints of Lime Green #3FF233
RGB
CMYK
RGB Variations
Color information
#3FF233 (or 0x3FF233) is known color: Lime Green. HEX triplet: 3F, F2 and 33. RGB value is (63,242,51). Sum of RGB (Red+Green+Blue) = 63+242+51=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF233 is #C00DCC. Grayscale: #A7A7A7. Windows color (decimal): -12586445 or 3404351. OLE color: 3404351.
HSL color Cylindrical-coordinate representation of color #3FF233: hue angle of 116.23º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FF233 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 51 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.05 |
| HSL | 116.23º | 0.88% | 0.57% | - |
| HSV(B) | 116.23º | 0.79% | 0.95% | - |
| XYZ | 34.4 | 64.8 | 13.83 | - |
| YUV | 166.71 | 62.7 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 51 | 0.74 | 0 | 0.79 | 0.05 | 116.23 | 0.88 | 0.57 |
| Hex | 3F | F2 | 33 | 4A | 0 | 4F | 5 | 74 | 58 | 39 |
| Octal | 77 | 362 | 63 | 112 | 0 | 117 | 5 | 164 | 130 | 71 |
| Binary | 111111 | 11110010 | 110011 | 1001010 | 0 | 1001111 | 101 | 1110100 | 1011000 | 111001 |
Color Harmonies of #3FF233
Complementary color
Monochromatic Colors of #3FF233
Black with #3FF233
Text Example
Text Example
White with #3FF233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF233; }
p { color: rgb(63,242,51); }
H1.HeaderClassName
{
color: #3FF233;
}
.AnyTagClassName
{
color: #3FF233;
}
</style>
background-color css
<style>
a { background-color: #3FF233; }
a { background-color: rgb(63,242,51); }
div.DivClassName
{
background-color: #3FF233;
}
.BgClassName
{
background-color: #3FF233;
}
</style>
border-color css
<style>
span { border-color: #3FF233; }
span { border-color: rgb(63,242,51); }
td.TdClassName
{
border-color: #3FF233;
}
.TagClassName
{
border-color: #3FF233;
}
</style>