#2BB61A

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

Shades of Lime Green #2BB61A

Tints of Lime Green #2BB61A

Color information

#2BB61A (or 0x2BB61A) is unknown color: approx Lime Green. HEX triplet: 2B, B6 and 1A. RGB value is (43,182,26). Sum of RGB (Red+Green+Blue) = 43+182+26=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 182 (71.48% from 255 or 72.51% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB61A is #D449E5. Grayscale: #7B7B7B. Windows color (decimal): -13912550 or 1750571. OLE color: 1750571.

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

Color convert

RGB4318226-
CMYK0.7600.860.29
HSL113.46º75%40.78%-
HSV(B)113.46º85.71%71.37%-
XYZ17.9134.046.6-
YUV122.6573.4571.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 182 (71.48% from 255) = 72.51%
BLUE value IS 26 (10.55% from 255) = 10.36%
R=17.13%
G=72.51%
B=10.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43182260.7600.860.29113.467540.78
Hex2BB61A4C0561D714b29
Octal532663211401263516111351
Binary10101110110110110101001100010101101110111100011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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