Shades of Lime Green #34C33C
Tints of Lime Green #34C33C
RGB
CMYK
RGB Variations
Color information
#34C33C (or 0x34C33C) is known color: Lime Green. HEX triplet: 34, C3 and 3C. RGB value is (52,195,60). Sum of RGB (Red+Green+Blue) = 52+195+60=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 195 (76.56% from 255 or 63.52% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 195 - color contains mainly: green. Hex color #34C33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C33C is #CB3CC3. Grayscale: #898989. Windows color (decimal): -13319364 or 3982132. OLE color: 3982132.
HSL color Cylindrical-coordinate representation of color #34C33C: hue angle of 123.36º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C33C is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 195 | 60 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.24 |
| HSL | 123.36º | 0.58% | 0.48% | - |
| HSV(B) | 123.36º | 0.73% | 0.76% | - |
| XYZ | 21.75 | 40.09 | 10.87 | - |
| YUV | 136.85 | 84.62 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 60 | 0.73 | 0 | 0.69 | 0.24 | 123.36 | 0.58 | 0.48 |
| Hex | 34 | C3 | 3C | 49 | 0 | 45 | 18 | 7B | 3A | 30 |
| Octal | 64 | 303 | 74 | 111 | 0 | 105 | 30 | 173 | 72 | 60 |
| Binary | 110100 | 11000011 | 111100 | 1001001 | 0 | 1000101 | 11000 | 1111011 | 111010 | 110000 |
Color Harmonies of #34C33C
Complementary color
Monochromatic Colors of #34C33C
Black with #34C33C
Text Example
Text Example
White with #34C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C33C; }
p { color: rgb(52,195,60); }
H1.HeaderClassName
{
color: #34C33C;
}
.AnyTagClassName
{
color: #34C33C;
}
</style>
background-color css
<style>
a { background-color: #34C33C; }
a { background-color: rgb(52,195,60); }
div.DivClassName
{
background-color: #34C33C;
}
.BgClassName
{
background-color: #34C33C;
}
</style>
border-color css
<style>
span { border-color: #34C33C; }
span { border-color: rgb(52,195,60); }
td.TdClassName
{
border-color: #34C33C;
}
.TagClassName
{
border-color: #34C33C;
}
</style>