Shades of Lime Green #30CF35
Tints of Lime Green #30CF35
RGB
CMYK
RGB Variations
Color information
#30CF35 (or 0x30CF35) is known color: Lime Green. HEX triplet: 30, CF and 35. RGB value is (48,207,53). Sum of RGB (Red+Green+Blue) = 48+207+53=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CF35 is #CF30CA. Grayscale: #8E8E8E. Windows color (decimal): -13578443 or 3526448. OLE color: 3526448.
HSL color Cylindrical-coordinate representation of color #30CF35: hue angle of 121.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF35 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 53 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.19 |
| HSL | 121.89º | 0.62% | 0.5% | - |
| HSV(B) | 121.89º | 0.77% | 0.81% | - |
| XYZ | 24.17 | 45.51 | 10.88 | - |
| YUV | 141.9 | 77.82 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 53 | 0.77 | 0 | 0.74 | 0.19 | 121.89 | 0.62 | 0.5 |
| Hex | 30 | CF | 35 | 4D | 0 | 4A | 13 | 7A | 3E | 32 |
| Octal | 60 | 317 | 65 | 115 | 0 | 112 | 23 | 172 | 76 | 62 |
| Binary | 110000 | 11001111 | 110101 | 1001101 | 0 | 1001010 | 10011 | 1111010 | 111110 | 110010 |
Color Harmonies of #30CF35
Complementary color
Monochromatic Colors of #30CF35
Black with #30CF35
Text Example
Text Example
White with #30CF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF35; }
p { color: rgb(48,207,53); }
H1.HeaderClassName
{
color: #30CF35;
}
.AnyTagClassName
{
color: #30CF35;
}
</style>
background-color css
<style>
a { background-color: #30CF35; }
a { background-color: rgb(48,207,53); }
div.DivClassName
{
background-color: #30CF35;
}
.BgClassName
{
background-color: #30CF35;
}
</style>
border-color css
<style>
span { border-color: #30CF35; }
span { border-color: rgb(48,207,53); }
td.TdClassName
{
border-color: #30CF35;
}
.TagClassName
{
border-color: #30CF35;
}
</style>