#2BBA02

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

Shades of Kelly Green #2BBA02

Tints of Kelly Green #2BBA02

Color information

#2BBA02 (or 0x2BBA02) is unknown color: approx Kelly Green. HEX triplet: 2B, BA and 02. RGB value is (43,186,2). Sum of RGB (Red+Green+Blue) = 43+186+2=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA02 is #D445FD. Grayscale: #7A7A7A. Windows color (decimal): -13911550 or 178731. OLE color: 178731.

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

Color convert

RGB431862-
CMYK0.7700.990.27
HSL106.63º97.87%36.86%-
HSV(B)106.63º98.92%72.94%-
XYZ18.5735.645.96-
YUV122.2760.1271.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.61%
GREEN value IS 186 (73.05% from 255) = 80.52%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=18.61%
G=80.52%
B=0.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4318620.7700.990.27106.6397.8736.86
Hex2BBA24D0631B6b6225
Octal53272211501433315314245
Binary10101110111010101001101011000111101111010111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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