#2BB81F

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

Shades of Lime Green #2BB81F

Tints of Lime Green #2BB81F

Color information

#2BB81F (or 0x2BB81F) is unknown color: approx Lime Green. HEX triplet: 2B, B8 and 1F. RGB value is (43,184,31). Sum of RGB (Red+Green+Blue) = 43+184+31=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 184 (72.27% from 255 or 71.32% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB81F is #D447E0. Grayscale: #7C7C7C. Windows color (decimal): -13912033 or 2078763. OLE color: 2078763.

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

Color convert

RGB4318431-
CMYK0.7700.830.28
HSL115.29º71.16%42.16%-
HSV(B)115.29º83.15%72.16%-
XYZ18.3834.897.06-
YUV124.475.2969.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.67%
GREEN value IS 184 (72.27% from 255) = 71.32%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=16.67%
G=71.32%
B=12.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43184310.7700.830.28115.2971.1642.16
Hex2BB81F4D0531C73472a
Octal532703711501233416310752
Binary10101110111000111111001101010100111110011100111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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