#2BBA08

Color #2BBA08 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2BBA08

Tints of Kelly Green #2BBA08

Color information

#2BBA08 (or 0x2BBA08) is unknown color: approx Kelly Green. HEX triplet: 2B, BA and 08. RGB value is (43,186,8). Sum of RGB (Red+Green+Blue) = 43+186+8=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 186 (73.05% from 255 or 78.48% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA08 is #D445F7. Grayscale: #7B7B7B. Windows color (decimal): -13911544 or 571947. OLE color: 571947.

HSL color Cylindrical-coordinate representation of color #2BBA08: hue angle of 108.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BBA08 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB431868-
CMYK0.7700.960.27
HSL108.2º91.75%38.04%-
HSV(B)108.2º95.7%72.94%-
XYZ18.635.656.13-
YUV122.9563.1270.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 186 (73.05% from 255) = 78.48%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=18.14%
G=78.48%
B=3.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4318680.7700.960.27108.291.7538.04
Hex2BBA84D0601B6c5c26
Octal532721011501403315413446
Binary1010111011101010001001101011000001101111011001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BBA08; }

 p { color: rgb(43,186,8); }

 H1.HeaderClassName
 {
   color: #2BBA08;
 }
 .AnyTagClassName
 {
   color: #2BBA08;
 }
</style>
background-color css

<style>
 a { background-color: #2BBA08; }

 a { background-color: rgb(43,186,8); }

 div.DivClassName
 {
   background-color: #2BBA08;
 }
 .BgClassName
 {
   background-color: #2BBA08;
 }
</style>
border-color css

<style>
 span { border-color: #2BBA08; }

 span { border-color: rgb(43,186,8); }

 td.TdClassName
 {
   border-color: #2BBA08;
 }
 .TagClassName
 {
   border-color: #2BBA08;
 }
</style>