#2BE122

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

Shades of Lime Green #2BE122

Tints of Lime Green #2BE122

Color information

#2BE122 (or 0x2BE122) is unknown color: approx Lime Green. HEX triplet: 2B, E1 and 22. RGB value is (43,225,34). Sum of RGB (Red+Green+Blue) = 43+225+34=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE122 is #D41EDD. Grayscale: #959595. Windows color (decimal): -13901534 or 2285867. OLE color: 2285867.

HSL color Cylindrical-coordinate representation of color #2BE122: hue angle of 117.17º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BE122 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB4322534-
CMYK0.8100.850.12
HSL117.17º76.1%50.78%-
HSV(B)117.17º84.89%88.24%-
XYZ28.2154.4810.54-
YUV148.8163.252.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.24%
GREEN value IS 225 (88.28% from 255) = 74.50%
BLUE value IS 34 (13.67% from 255) = 11.26%
R=14.24%
G=74.50%
B=11.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal43225340.8100.850.12117.1776.150.78
Hex2BE12251055C754c33
Octal533414212101251416511463
Binary10101111100001100010101000101010101110011101011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,225,34); }

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

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

 a { background-color: rgb(43,225,34); }

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

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

 span { border-color: rgb(43,225,34); }

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