Shades of Lime Green #3CF233
Tints of Lime Green #3CF233
RGB
CMYK
RGB Variations
Color information
#3CF233 (or 0x3CF233) is known color: Lime Green. HEX triplet: 3C, F2 and 33. RGB value is (60,242,51). Sum of RGB (Red+Green+Blue) = 60+242+51=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF233 is #C30DCC. Grayscale: #A6A6A6. Windows color (decimal): -12783053 or 3404348. OLE color: 3404348.
HSL color Cylindrical-coordinate representation of color #3CF233: hue angle of 117.17º 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 #3CF233 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 51 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.05 |
| HSL | 117.17º | 0.88% | 0.57% | - |
| HSV(B) | 117.17º | 0.79% | 0.95% | - |
| XYZ | 34.21 | 64.7 | 13.82 | - |
| YUV | 165.81 | 63.2 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 51 | 0.75 | 0 | 0.79 | 0.05 | 117.17 | 0.88 | 0.57 |
| Hex | 3C | F2 | 33 | 4B | 0 | 4F | 5 | 75 | 58 | 39 |
| Octal | 74 | 362 | 63 | 113 | 0 | 117 | 5 | 165 | 130 | 71 |
| Binary | 111100 | 11110010 | 110011 | 1001011 | 0 | 1001111 | 101 | 1110101 | 1011000 | 111001 |
Color Harmonies of #3CF233
Complementary color
Monochromatic Colors of #3CF233
Black with #3CF233
Text Example
Text Example
White with #3CF233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF233; }
p { color: rgb(60,242,51); }
H1.HeaderClassName
{
color: #3CF233;
}
.AnyTagClassName
{
color: #3CF233;
}
</style>
background-color css
<style>
a { background-color: #3CF233; }
a { background-color: rgb(60,242,51); }
div.DivClassName
{
background-color: #3CF233;
}
.BgClassName
{
background-color: #3CF233;
}
</style>
border-color css
<style>
span { border-color: #3CF233; }
span { border-color: rgb(60,242,51); }
td.TdClassName
{
border-color: #3CF233;
}
.TagClassName
{
border-color: #3CF233;
}
</style>