Shades of Lime Green #3CFB34
Tints of Lime Green #3CFB34
RGB
CMYK
RGB Variations
Color information
#3CFB34 (or 0x3CFB34) is known color: Lime Green. HEX triplet: 3C, FB and 34. RGB value is (60,251,52). Sum of RGB (Red+Green+Blue) = 60+251+52=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 251 (98.44% from 255 or 69.15% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFB34 is #C304CB. Grayscale: #ABABAB. Windows color (decimal): -12780748 or 3472188. OLE color: 3472188.
HSL color Cylindrical-coordinate representation of color #3CFB34: hue angle of 117.59º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CFB34 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 52 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.02 |
| HSL | 117.59º | 0.96% | 0.59% | - |
| HSV(B) | 117.59º | 0.79% | 0.98% | - |
| XYZ | 36.98 | 70.2 | 14.85 | - |
| YUV | 171.21 | 60.72 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 52 | 0.76 | 0 | 0.79 | 0.02 | 117.59 | 0.96 | 0.59 |
| Hex | 3C | FB | 34 | 4C | 0 | 4F | 2 | 76 | 60 | 3B |
| Octal | 74 | 373 | 64 | 114 | 0 | 117 | 2 | 166 | 140 | 73 |
| Binary | 111100 | 11111011 | 110100 | 1001100 | 0 | 1001111 | 10 | 1110110 | 1100000 | 111011 |
Color Harmonies of #3CFB34
Complementary color
Monochromatic Colors of #3CFB34
Black with #3CFB34
Text Example
Text Example
White with #3CFB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFB34; }
p { color: rgb(60,251,52); }
H1.HeaderClassName
{
color: #3CFB34;
}
.AnyTagClassName
{
color: #3CFB34;
}
</style>
background-color css
<style>
a { background-color: #3CFB34; }
a { background-color: rgb(60,251,52); }
div.DivClassName
{
background-color: #3CFB34;
}
.BgClassName
{
background-color: #3CFB34;
}
</style>
border-color css
<style>
span { border-color: #3CFB34; }
span { border-color: rgb(60,251,52); }
td.TdClassName
{
border-color: #3CFB34;
}
.TagClassName
{
border-color: #3CFB34;
}
</style>