Shades of Lime Green #27F533
Tints of Lime Green #27F533
RGB
CMYK
RGB Variations
Color information
#27F533 (or 0x27F533) is known color: Lime Green. HEX triplet: 27, F5 and 33. RGB value is (39,245,51). Sum of RGB (Red+Green+Blue) = 39+245+51=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 245 (96.09% from 255 or 73.13% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 245 - color contains mainly: green. Hex color #27F533 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F533 is #D80ACC. Grayscale: #A1A1A1. Windows color (decimal): -14158541 or 3405095. OLE color: 3405095.
HSL color Cylindrical-coordinate representation of color #27F533: hue angle of 123.5º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F533 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 245 | 51 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.04 |
| HSL | 123.5º | 0.91% | 0.56% | - |
| HSV(B) | 123.5º | 0.84% | 0.96% | - |
| XYZ | 34.09 | 65.98 | 14.07 | - |
| YUV | 161.29 | 65.75 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 245 | 51 | 0.84 | 0 | 0.79 | 0.04 | 123.5 | 0.91 | 0.56 |
| Hex | 27 | F5 | 33 | 54 | 0 | 4F | 4 | 7B | 5B | 38 |
| Octal | 47 | 365 | 63 | 124 | 0 | 117 | 4 | 173 | 133 | 70 |
| Binary | 100111 | 11110101 | 110011 | 1010100 | 0 | 1001111 | 100 | 1111011 | 1011011 | 111000 |
Color Harmonies of #27F533
Complementary color
Monochromatic Colors of #27F533
Black with #27F533
Text Example
Text Example
White with #27F533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F533; }
p { color: rgb(39,245,51); }
H1.HeaderClassName
{
color: #27F533;
}
.AnyTagClassName
{
color: #27F533;
}
</style>
background-color css
<style>
a { background-color: #27F533; }
a { background-color: rgb(39,245,51); }
div.DivClassName
{
background-color: #27F533;
}
.BgClassName
{
background-color: #27F533;
}
</style>
border-color css
<style>
span { border-color: #27F533; }
span { border-color: rgb(39,245,51); }
td.TdClassName
{
border-color: #27F533;
}
.TagClassName
{
border-color: #27F533;
}
</style>