Shades of Lime Green #27BE2D
Tints of Lime Green #27BE2D
RGB
CMYK
RGB Variations
Color information
#27BE2D (or 0x27BE2D) is known color: Lime Green. HEX triplet: 27, BE and 2D. RGB value is (39,190,45). Sum of RGB (Red+Green+Blue) = 39+190+45=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 190 (74.61% from 255 or 69.34% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 190 - color contains mainly: green. Hex color #27BE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BE2D is #D841D2. Grayscale: #808080. Windows color (decimal): -14172627 or 2997799. OLE color: 2997799.
HSL color Cylindrical-coordinate representation of color #27BE2D: hue angle of 122.38º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BE2D is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 190 | 45 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.25 |
| HSL | 122.38º | 0.66% | 0.45% | - |
| HSV(B) | 122.38º | 0.79% | 0.75% | - |
| XYZ | 19.72 | 37.45 | 8.67 | - |
| YUV | 128.32 | 80.97 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 190 | 45 | 0.79 | 0 | 0.76 | 0.25 | 122.38 | 0.66 | 0.45 |
| Hex | 27 | BE | 2D | 4F | 0 | 4C | 19 | 7A | 42 | 2D |
| Octal | 47 | 276 | 55 | 117 | 0 | 114 | 31 | 172 | 102 | 55 |
| Binary | 100111 | 10111110 | 101101 | 1001111 | 0 | 1001100 | 11001 | 1111010 | 1000010 | 101101 |
Color Harmonies of #27BE2D
Complementary color
Monochromatic Colors of #27BE2D
Black with #27BE2D
Text Example
Text Example
White with #27BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BE2D; }
p { color: rgb(39,190,45); }
H1.HeaderClassName
{
color: #27BE2D;
}
.AnyTagClassName
{
color: #27BE2D;
}
</style>
background-color css
<style>
a { background-color: #27BE2D; }
a { background-color: rgb(39,190,45); }
div.DivClassName
{
background-color: #27BE2D;
}
.BgClassName
{
background-color: #27BE2D;
}
</style>
border-color css
<style>
span { border-color: #27BE2D; }
span { border-color: rgb(39,190,45); }
td.TdClassName
{
border-color: #27BE2D;
}
.TagClassName
{
border-color: #27BE2D;
}
</style>