Shades of Lime Green #35FE30
Tints of Lime Green #35FE30
RGB
CMYK
RGB Variations
Color information
#35FE30 (or 0x35FE30) is known color: Lime Green. HEX triplet: 35, FE and 30. RGB value is (53,254,48). Sum of RGB (Red+Green+Blue) = 53+254+48=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 254 (99.61% from 255 or 71.55% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 254 - color contains mainly: green. Hex color #35FE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FE30 is #CA01CF. Grayscale: #ABABAB. Windows color (decimal): -13238736 or 3210805. OLE color: 3210805.
HSL color Cylindrical-coordinate representation of color #35FE30: hue angle of 118.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35FE30 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 48 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.00 |
| HSL | 118.54º | 0.99% | 0.59% | - |
| HSV(B) | 118.54º | 0.81% | 1% | - |
| XYZ | 37.44 | 71.85 | 14.69 | - |
| YUV | 170.42 | 58.91 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 48 | 0.79 | 0 | 0.81 | 0.00 | 118.54 | 0.99 | 0.59 |
| Hex | 35 | FE | 30 | 4F | 0 | 51 | 0 | 77 | 63 | 3B |
| Octal | 65 | 376 | 60 | 117 | 0 | 121 | 0 | 167 | 143 | 73 |
| Binary | 110101 | 11111110 | 110000 | 1001111 | 0 | 1010001 | 0 | 1110111 | 1100011 | 111011 |
Color Harmonies of #35FE30
Complementary color
Monochromatic Colors of #35FE30
Black with #35FE30
Text Example
Text Example
White with #35FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FE30; }
p { color: rgb(53,254,48); }
H1.HeaderClassName
{
color: #35FE30;
}
.AnyTagClassName
{
color: #35FE30;
}
</style>
background-color css
<style>
a { background-color: #35FE30; }
a { background-color: rgb(53,254,48); }
div.DivClassName
{
background-color: #35FE30;
}
.BgClassName
{
background-color: #35FE30;
}
</style>
border-color css
<style>
span { border-color: #35FE30; }
span { border-color: rgb(53,254,48); }
td.TdClassName
{
border-color: #35FE30;
}
.TagClassName
{
border-color: #35FE30;
}
</style>