Shades of Lime Green #3CF334
Tints of Lime Green #3CF334
RGB
CMYK
RGB Variations
Color information
#3CF334 (or 0x3CF334) is known color: Lime Green. HEX triplet: 3C, F3 and 34. RGB value is (60,243,52). Sum of RGB (Red+Green+Blue) = 60+243+52=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 243 (95.31% from 255 or 68.45% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF334 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF334 is #C30CCB. Grayscale: #A7A7A7. Windows color (decimal): -12782796 or 3470140. OLE color: 3470140.
HSL color Cylindrical-coordinate representation of color #3CF334: hue angle of 117.49º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CF334 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 52 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.05 |
| HSL | 117.49º | 0.89% | 0.58% | - |
| HSV(B) | 117.49º | 0.79% | 0.95% | - |
| XYZ | 34.53 | 65.31 | 14.03 | - |
| YUV | 166.51 | 63.37 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 52 | 0.75 | 0 | 0.79 | 0.05 | 117.49 | 0.89 | 0.58 |
| Hex | 3C | F3 | 34 | 4B | 0 | 4F | 5 | 75 | 59 | 3A |
| Octal | 74 | 363 | 64 | 113 | 0 | 117 | 5 | 165 | 131 | 72 |
| Binary | 111100 | 11110011 | 110100 | 1001011 | 0 | 1001111 | 101 | 1110101 | 1011001 | 111010 |
Color Harmonies of #3CF334
Complementary color
Monochromatic Colors of #3CF334
Black with #3CF334
Text Example
Text Example
White with #3CF334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF334; }
p { color: rgb(60,243,52); }
H1.HeaderClassName
{
color: #3CF334;
}
.AnyTagClassName
{
color: #3CF334;
}
</style>
background-color css
<style>
a { background-color: #3CF334; }
a { background-color: rgb(60,243,52); }
div.DivClassName
{
background-color: #3CF334;
}
.BgClassName
{
background-color: #3CF334;
}
</style>
border-color css
<style>
span { border-color: #3CF334; }
span { border-color: rgb(60,243,52); }
td.TdClassName
{
border-color: #3CF334;
}
.TagClassName
{
border-color: #3CF334;
}
</style>