Shades of Lime Green #26BF4C
Tints of Lime Green #26BF4C
RGB
CMYK
RGB Variations
Color information
#26BF4C (or 0x26BF4C) is known color: Lime Green. HEX triplet: 26, BF and 4C. RGB value is (38,191,76). Sum of RGB (Red+Green+Blue) = 38+191+76=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF4C is #D940B3. Grayscale: #848484. Windows color (decimal): -14237876 or 5029670. OLE color: 5029670.
HSL color Cylindrical-coordinate representation of color #26BF4C: hue angle of 134.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BF4C is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 191 | 76 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.25 |
| HSL | 134.9º | 0.67% | 0.45% | - |
| HSV(B) | 134.9º | 0.8% | 0.75% | - |
| XYZ | 20.73 | 38.2 | 13.12 | - |
| YUV | 132.14 | 96.31 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 76 | 0.80 | 0 | 0.60 | 0.25 | 134.9 | 0.67 | 0.45 |
| Hex | 26 | BF | 4C | 50 | 0 | 3C | 19 | 87 | 43 | 2D |
| Octal | 46 | 277 | 114 | 120 | 0 | 74 | 31 | 207 | 103 | 55 |
| Binary | 100110 | 10111111 | 1001100 | 1010000 | 0 | 111100 | 11001 | 10000111 | 1000011 | 101101 |
Color Harmonies of #26BF4C
Complementary color
Monochromatic Colors of #26BF4C
Black with #26BF4C
Text Example
Text Example
White with #26BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BF4C; }
p { color: rgb(38,191,76); }
H1.HeaderClassName
{
color: #26BF4C;
}
.AnyTagClassName
{
color: #26BF4C;
}
</style>
background-color css
<style>
a { background-color: #26BF4C; }
a { background-color: rgb(38,191,76); }
div.DivClassName
{
background-color: #26BF4C;
}
.BgClassName
{
background-color: #26BF4C;
}
</style>
border-color css
<style>
span { border-color: #26BF4C; }
span { border-color: rgb(38,191,76); }
td.TdClassName
{
border-color: #26BF4C;
}
.TagClassName
{
border-color: #26BF4C;
}
</style>