#2BB112

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

Shades of Kelly Green #2BB112

Tints of Kelly Green #2BB112

Color information

#2BB112 (or 0x2BB112) is unknown color: approx Kelly Green. HEX triplet: 2B, B1 and 12. RGB value is (43,177,18). Sum of RGB (Red+Green+Blue) = 43+177+18=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 177 (69.53% from 255 or 74.37% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BB112 is #D44EED. Grayscale: #777777. Windows color (decimal): -13913838 or 1225003. OLE color: 1225003.

HSL color Cylindrical-coordinate representation of color #2BB112: hue angle of 110.57º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BB112 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB4317718-
CMYK0.7600.900.31
HSL110.57º81.54%38.24%-
HSV(B)110.57º89.83%69.41%-
XYZ16.83325.86-
YUV118.8171.1173.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 177 (69.53% from 255) = 74.37%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=18.07%
G=74.37%
B=7.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43177180.7600.900.31110.5781.5438.24
Hex2BB1124C05A1F6f5226
Octal532612211401323715712246
Binary10101110110001100101001100010110101111111011111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,177,18); }

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

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

 a { background-color: rgb(43,177,18); }

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

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

 span { border-color: rgb(43,177,18); }

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