#2BBB4C

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

Shades of Lime Green #2BBB4C

Tints of Lime Green #2BBB4C

Color information

#2BBB4C (or 0x2BBB4C) is unknown color: approx Lime Green. HEX triplet: 2B, BB and 4C. RGB value is (43,187,76). Sum of RGB (Red+Green+Blue) = 43+187+76=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB4C is #D444B3. Grayscale: #838383. Windows color (decimal): -13911220 or 5028651. OLE color: 5028651.

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

Color convert

RGB4318776-
CMYK0.7700.590.27
HSL133.75º62.61%45.1%-
HSV(B)133.75º77.01%73.33%-
XYZ20.0736.5812.84-
YUV131.2996.7965.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 187 (73.44% from 255) = 61.11%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=14.05%
G=61.11%
B=24.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43187760.7700.590.27133.7562.6145.1
Hex2BBB4C4D03B1B863f2d
Octal53273114115073332067755
Binary101011101110111001100100110101110111101110000110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,187,76); }

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

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

 a { background-color: rgb(43,187,76); }

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

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

 span { border-color: rgb(43,187,76); }

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