#2BB61E

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

Shades of Lime Green #2BB61E

Tints of Lime Green #2BB61E

Color information

#2BB61E (or 0x2BB61E) is unknown color: approx Lime Green. HEX triplet: 2B, B6 and 1E. RGB value is (43,182,30). Sum of RGB (Red+Green+Blue) = 43+182+30=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 182 (71.48% from 255 or 71.37% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB61E is #D449E1. Grayscale: #7B7B7B. Windows color (decimal): -13912546 or 2012715. OLE color: 2012715.

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

Color convert

RGB4318230-
CMYK0.7600.840.29
HSL114.87º71.7%41.57%-
HSV(B)114.87º83.52%71.37%-
XYZ17.9634.066.86-
YUV123.1175.4570.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 182 (71.48% from 255) = 71.37%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=16.86%
G=71.37%
B=11.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43182300.7600.840.29114.8771.741.57
Hex2BB61E4C0541D73482a
Octal532663611401243516311052
Binary10101110110110111101001100010101001110111100111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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