#2BE345

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

Shades of Lime Green #2BE345

Tints of Lime Green #2BE345

Color information

#2BE345 (or 0x2BE345) is unknown color: approx Lime Green. HEX triplet: 2B, E3 and 45. RGB value is (43,227,69). Sum of RGB (Red+Green+Blue) = 43+227+69=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 227 (89.06% from 255 or 66.96% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE345 is #D41CBA. Grayscale: #9A9A9A. Windows color (decimal): -13900987 or 4580139. OLE color: 4580139.

HSL color Cylindrical-coordinate representation of color #2BE345: hue angle of 128.48º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE345 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB4322769-
CMYK0.8100.700.11
HSL128.48º76.67%52.94%-
HSV(B)128.48º81.06%89.02%-
XYZ29.5455.8814.86-
YUV153.9780.0448.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.68%
GREEN value IS 227 (89.06% from 255) = 66.96%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=12.68%
G=66.96%
B=20.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal43227690.8100.700.11128.4876.6752.94
Hex2BE34551046B804d35
Octal5334310512101061320011565
Binary1010111110001110001011010001010001101011100000001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,227,69); }

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

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

 a { background-color: rgb(43,227,69); }

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

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

 span { border-color: rgb(43,227,69); }

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