Shades of Lime Green #27F32F
Tints of Lime Green #27F32F
RGB
CMYK
RGB Variations
Color information
#27F32F (or 0x27F32F) is known color: Lime Green. HEX triplet: 27, F3 and 2F. RGB value is (39,243,47). Sum of RGB (Red+Green+Blue) = 39+243+47=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 243 (95.31% from 255 or 73.86% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 243 - color contains mainly: green. Hex color #27F32F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F32F is #D80CD0. Grayscale: #A0A0A0. Windows color (decimal): -14159057 or 3142439. OLE color: 3142439.
HSL color Cylindrical-coordinate representation of color #27F32F: hue angle of 122.35º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F32F is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 243 | 47 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.05 |
| HSL | 122.35º | 0.89% | 0.55% | - |
| HSV(B) | 122.35º | 0.84% | 0.95% | - |
| XYZ | 33.4 | 64.74 | 13.42 | - |
| YUV | 159.66 | 64.41 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 243 | 47 | 0.84 | 0 | 0.81 | 0.05 | 122.35 | 0.89 | 0.55 |
| Hex | 27 | F3 | 2F | 54 | 0 | 51 | 5 | 7A | 59 | 37 |
| Octal | 47 | 363 | 57 | 124 | 0 | 121 | 5 | 172 | 131 | 67 |
| Binary | 100111 | 11110011 | 101111 | 1010100 | 0 | 1010001 | 101 | 1111010 | 1011001 | 110111 |
Color Harmonies of #27F32F
Complementary color
Monochromatic Colors of #27F32F
Black with #27F32F
Text Example
Text Example
White with #27F32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F32F; }
p { color: rgb(39,243,47); }
H1.HeaderClassName
{
color: #27F32F;
}
.AnyTagClassName
{
color: #27F32F;
}
</style>
background-color css
<style>
a { background-color: #27F32F; }
a { background-color: rgb(39,243,47); }
div.DivClassName
{
background-color: #27F32F;
}
.BgClassName
{
background-color: #27F32F;
}
</style>
border-color css
<style>
span { border-color: #27F32F; }
span { border-color: rgb(39,243,47); }
td.TdClassName
{
border-color: #27F32F;
}
.TagClassName
{
border-color: #27F32F;
}
</style>