#2BBA1E

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

Shades of Lime Green #2BBA1E

Tints of Lime Green #2BBA1E

Color information

#2BBA1E (or 0x2BBA1E) is unknown color: approx Lime Green. HEX triplet: 2B, BA and 1E. RGB value is (43,186,30). Sum of RGB (Red+Green+Blue) = 43+186+30=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 186 (73.05% from 255 or 71.81% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA1E is #D445E1. Grayscale: #7D7D7D. Windows color (decimal): -13911522 or 2013739. OLE color: 2013739.

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

Color convert

RGB4318630-
CMYK0.7700.840.27
HSL115º72.22%42.35%-
HSV(B)115º83.87%72.94%-
XYZ18.7935.737.13-
YUV125.4674.1269.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 186 (73.05% from 255) = 71.81%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=16.60%
G=71.81%
B=11.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43186300.7700.840.2711572.2242.35
Hex2BBA1E4D0541B73482a
Octal532723611501243316311052
Binary10101110111010111101001101010101001101111100111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,186,30); }

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

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

 a { background-color: rgb(43,186,30); }

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

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

 span { border-color: rgb(43,186,30); }

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