#2bbd40

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

Shades of Lime Green #2BBD40

Tints of Lime Green #2BBD40

Color information

#2BBD40 (or 0x2BBD40) is unknown color: approx Lime Green. HEX triplet: 2B, BD and 40. RGB value is (43,189,64). Sum of RGB (Red+Green+Blue) = 43+189+64=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBD40 is #D442BF. Grayscale: #838383. Windows color (decimal): -13910720 or 4242731. OLE color: 4242731.

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

Color convert

RGB4318964-
CMYK0.7700.660.26
HSL128.63º62.93%45.49%-
HSV(B)128.63º77.25%74.12%-
XYZ20.1237.2810.99-
YUV131.190.1365.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.53%
GREEN value IS 189 (74.22% from 255) = 63.85%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=14.53%
G=63.85%
B=21.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal43189640.7700.660.26128.6362.9345.49
Hex2BBD404D0421A813f2d
Octal532751001150102322017755
Binary1010111011110110000001001101010000101101010000001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bbd40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,189,64); }

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

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

 a { background-color: rgb(43,189,64); }

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

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

 span { border-color: rgb(43,189,64); }

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