Shades of Lime Green #26BC34
Tints of Lime Green #26BC34
RGB
CMYK
RGB Variations
Color information
#26BC34 (or 0x26BC34) is known color: Lime Green. HEX triplet: 26, BC and 34. RGB value is (38,188,52). Sum of RGB (Red+Green+Blue) = 38+188+52=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC34 is #D943CB. Grayscale: #808080. Windows color (decimal): -14238668 or 3456038. OLE color: 3456038.
HSL color Cylindrical-coordinate representation of color #26BC34: hue angle of 125.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC34 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 52 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.26 |
| HSL | 125.6º | 0.66% | 0.44% | - |
| HSV(B) | 125.6º | 0.8% | 0.74% | - |
| XYZ | 19.4 | 36.63 | 9.3 | - |
| YUV | 127.65 | 85.31 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 52 | 0.80 | 0 | 0.72 | 0.26 | 125.6 | 0.66 | 0.44 |
| Hex | 26 | BC | 34 | 50 | 0 | 48 | 1A | 7E | 42 | 2C |
| Octal | 46 | 274 | 64 | 120 | 0 | 110 | 32 | 176 | 102 | 54 |
| Binary | 100110 | 10111100 | 110100 | 1010000 | 0 | 1001000 | 11010 | 1111110 | 1000010 | 101100 |
Color Harmonies of #26BC34
Complementary color
Monochromatic Colors of #26BC34
Black with #26BC34
Text Example
Text Example
White with #26BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC34; }
p { color: rgb(38,188,52); }
H1.HeaderClassName
{
color: #26BC34;
}
.AnyTagClassName
{
color: #26BC34;
}
</style>
background-color css
<style>
a { background-color: #26BC34; }
a { background-color: rgb(38,188,52); }
div.DivClassName
{
background-color: #26BC34;
}
.BgClassName
{
background-color: #26BC34;
}
</style>
border-color css
<style>
span { border-color: #26BC34; }
span { border-color: rgb(38,188,52); }
td.TdClassName
{
border-color: #26BC34;
}
.TagClassName
{
border-color: #26BC34;
}
</style>