Shades of Lime Green #27CF2A
Tints of Lime Green #27CF2A
RGB
CMYK
RGB Variations
Color information
#27CF2A (or 0x27CF2A) is known color: Lime Green. HEX triplet: 27, CF and 2A. RGB value is (39,207,42). Sum of RGB (Red+Green+Blue) = 39+207+42=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 207 (81.25% from 255 or 71.88% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 207 - color contains mainly: green. Hex color #27CF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CF2A is #D830D5. Grayscale: #8A8A8A. Windows color (decimal): -14168278 or 2805543. OLE color: 2805543.
HSL color Cylindrical-coordinate representation of color #27CF2A: hue angle of 121.07º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CF2A is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 42 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.19 |
| HSL | 121.07º | 0.68% | 0.48% | - |
| HSV(B) | 121.07º | 0.81% | 0.81% | - |
| XYZ | 23.57 | 45.22 | 9.68 | - |
| YUV | 137.96 | 73.84 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 42 | 0.81 | 0 | 0.80 | 0.19 | 121.07 | 0.68 | 0.48 |
| Hex | 27 | CF | 2A | 51 | 0 | 50 | 13 | 79 | 44 | 30 |
| Octal | 47 | 317 | 52 | 121 | 0 | 120 | 23 | 171 | 104 | 60 |
| Binary | 100111 | 11001111 | 101010 | 1010001 | 0 | 1010000 | 10011 | 1111001 | 1000100 | 110000 |
Color Harmonies of #27CF2A
Complementary color
Monochromatic Colors of #27CF2A
Black with #27CF2A
Text Example
Text Example
White with #27CF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CF2A; }
p { color: rgb(39,207,42); }
H1.HeaderClassName
{
color: #27CF2A;
}
.AnyTagClassName
{
color: #27CF2A;
}
</style>
background-color css
<style>
a { background-color: #27CF2A; }
a { background-color: rgb(39,207,42); }
div.DivClassName
{
background-color: #27CF2A;
}
.BgClassName
{
background-color: #27CF2A;
}
</style>
border-color css
<style>
span { border-color: #27CF2A; }
span { border-color: rgb(39,207,42); }
td.TdClassName
{
border-color: #27CF2A;
}
.TagClassName
{
border-color: #27CF2A;
}
</style>