#2bb81a

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

Shades of Lime Green #2BB81A

Tints of Lime Green #2BB81A

Color information

#2BB81A (or 0x2BB81A) is unknown color: approx Lime Green. HEX triplet: 2B, B8 and 1A. RGB value is (43,184,26). Sum of RGB (Red+Green+Blue) = 43+184+26=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 184 (72.27% from 255 or 72.73% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB81A is #D447E5. Grayscale: #7C7C7C. Windows color (decimal): -13912038 or 1751083. OLE color: 1751083.

HSL color Cylindrical-coordinate representation of color #2BB81A: hue angle of 113.54º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BB81A is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB4318426-
CMYK0.7700.860.28
HSL113.54º75.24%41.18%-
HSV(B)113.54º85.87%72.16%-
XYZ18.3234.876.74-
YUV123.8372.7970.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 184 (72.27% from 255) = 72.73%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=17.00%
G=72.73%
B=10.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43184260.7700.860.28113.5475.2441.18
Hex2BB81A4D0561C724b29
Octal532703211501263416211351
Binary10101110111000110101001101010101101110011100101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bb81a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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