#2BBB26

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

Shades of Lime Green #2BBB26

Tints of Lime Green #2BBB26

Color information

#2BBB26 (or 0x2BBB26) is unknown color: approx Lime Green. HEX triplet: 2B, BB and 26. RGB value is (43,187,38). Sum of RGB (Red+Green+Blue) = 43+187+38=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 187 (73.44% from 255 or 69.78% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB26 is #D444D9. Grayscale: #7F7F7F. Windows color (decimal): -13911258 or 2538283. OLE color: 2538283.

HSL color Cylindrical-coordinate representation of color #2BBB26: hue angle of 117.99º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBB26 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB4318738-
CMYK0.7700.800.27
HSL117.99º66.22%44.12%-
HSV(B)117.99º79.68%73.33%-
XYZ19.1236.197.81-
YUV126.9677.7968.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 187 (73.44% from 255) = 69.78%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=16.04%
G=69.78%
B=14.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43187380.7700.800.27117.9966.2244.12
Hex2BBB264D0501B76422c
Octal532734611501203316610254
Binary101011101110111001101001101010100001101111101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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