Shades of Kelly Green #2BBE01
Tints of Kelly Green #2BBE01
RGB
CMYK
RGB Variations
Color information
#2BBE01 (or 0x2BBE01) is known color: Kelly Green. HEX triplet: 2B, BE and 01. RGB value is (43,190,1). Sum of RGB (Red+Green+Blue) = 43+190+1=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 190 (74.61% from 255 or 81.20% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBE01 is #D441FE. Grayscale: #7D7D7D. Windows color (decimal): -13910527 or 114219. OLE color: 114219.
HSL color Cylindrical-coordinate representation of color #2BBE01: hue angle of 106.67º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BBE01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.25 |
| HSL | 106.67º | 0.99% | 0.37% | - |
| HSV(B) | 106.67º | 0.99% | 0.75% | - |
| XYZ | 19.42 | 37.34 | 6.21 | - |
| YUV | 124.5 | 58.3 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 1 | 0.77 | 0 | 0.99 | 0.25 | 106.67 | 0.99 | 0.37 |
| Hex | 2B | BE | 1 | 4D | 0 | 63 | 19 | 6B | 63 | 25 |
| Octal | 53 | 276 | 1 | 115 | 0 | 143 | 31 | 153 | 143 | 45 |
| Binary | 101011 | 10111110 | 1 | 1001101 | 0 | 1100011 | 11001 | 1101011 | 1100011 | 100101 |
Color Harmonies of #2BBE01
Complementary color
Monochromatic Colors of #2BBE01
Black with #2BBE01
Text Example
Text Example
White with #2BBE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE01; }
p { color: rgb(43,190,1); }
H1.HeaderClassName
{
color: #2BBE01;
}
.AnyTagClassName
{
color: #2BBE01;
}
</style>
background-color css
<style>
a { background-color: #2BBE01; }
a { background-color: rgb(43,190,1); }
div.DivClassName
{
background-color: #2BBE01;
}
.BgClassName
{
background-color: #2BBE01;
}
</style>
border-color css
<style>
span { border-color: #2BBE01; }
span { border-color: rgb(43,190,1); }
td.TdClassName
{
border-color: #2BBE01;
}
.TagClassName
{
border-color: #2BBE01;
}
</style>