#2BBB1A

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

Shades of Lime Green #2BBB1A

Tints of Lime Green #2BBB1A

Color information

#2BBB1A (or 0x2BBB1A) is unknown color: approx Lime Green. HEX triplet: 2B, BB and 1A. RGB value is (43,187,26). Sum of RGB (Red+Green+Blue) = 43+187+26=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 187 (73.44% from 255 or 73.05% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB1A is #D444E5. Grayscale: #7E7E7E. Windows color (decimal): -13911270 or 1751851. OLE color: 1751851.

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

Color convert

RGB4318726-
CMYK0.7700.860.27
HSL113.66º75.59%41.76%-
HSV(B)113.66º86.1%73.33%-
XYZ18.9536.136.95-
YUV125.5971.7969.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 187 (73.44% from 255) = 73.05%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=16.80%
G=73.05%
B=10.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43187260.7700.860.27113.6675.5941.76
Hex2BBB1A4D0561B724c2a
Octal532733211501263316211452
Binary10101110111011110101001101010101101101111100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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