#2BBA38

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

Shades of Lime Green #2BBA38

Tints of Lime Green #2BBA38

Color information

#2BBA38 (or 0x2BBA38) is unknown color: approx Lime Green. HEX triplet: 2B, BA and 38. RGB value is (43,186,56). Sum of RGB (Red+Green+Blue) = 43+186+56=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBA38 is #D445C7. Grayscale: #808080. Windows color (decimal): -13911496 or 3717675. OLE color: 3717675.

HSL color Cylindrical-coordinate representation of color #2BBA38: hue angle of 125.45º degrees, saturation: 0.62, 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 #2BBA38 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB4318656-
CMYK0.7700.700.27
HSL125.45º62.45%44.9%-
HSV(B)125.45º76.88%72.94%-
XYZ19.2735.929.66-
YUV128.4287.1267.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 186 (73.05% from 255) = 65.26%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=15.09%
G=65.26%
B=19.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43186560.7700.700.27125.4562.4544.9
Hex2BBA384D0461B7d3e2d
Octal53272701150106331757655
Binary10101110111010111000100110101000110110111111101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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