#2BB81C

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

Shades of Lime Green #2BB81C

Tints of Lime Green #2BB81C

Color information

#2BB81C (or 0x2BB81C) is unknown color: approx Lime Green. HEX triplet: 2B, B8 and 1C. RGB value is (43,184,28). Sum of RGB (Red+Green+Blue) = 43+184+28=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 184 (72.27% from 255 or 72.16% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB81C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB81C is #D447E3. Grayscale: #7C7C7C. Windows color (decimal): -13912036 or 1882155. OLE color: 1882155.

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

Color convert

RGB4318428-
CMYK0.7700.850.28
HSL114.23º73.58%41.57%-
HSV(B)114.23º84.78%72.16%-
XYZ18.3534.886.86-
YUV124.0673.7970.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 184 (72.27% from 255) = 72.16%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=16.86%
G=72.16%
B=10.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43184280.7700.850.28114.2373.5841.57
Hex2BB81C4D0551C724a2a
Octal532703411501253416211252
Binary10101110111000111001001101010101011110011100101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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