#2BE230

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

Shades of Lime Green #2BE230

Tints of Lime Green #2BE230

Color information

#2BE230 (or 0x2BE230) is unknown color: approx Lime Green. HEX triplet: 2B, E2 and 30. RGB value is (43,226,48). Sum of RGB (Red+Green+Blue) = 43+226+48=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 226 (88.67% from 255 or 71.29% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE230 is #D41DCF. Grayscale: #979797. Windows color (decimal): -13901264 or 3203627. OLE color: 3203627.

HSL color Cylindrical-coordinate representation of color #2BE230: hue angle of 121.64º degrees, saturation: 0.76, 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 #2BE230 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB4322648-
CMYK0.8100.790.11
HSL121.64º75.93%52.75%-
HSV(B)121.64º80.97%88.63%-
XYZ28.7355.1211.92-
YUV150.9969.8750.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.56%
GREEN value IS 226 (88.67% from 255) = 71.29%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=13.56%
G=71.29%
B=15.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal43226480.8100.790.11121.6475.9352.75
Hex2BE2305104FB7a4c35
Octal533426012101171317211465
Binary10101111100010110000101000101001111101111110101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,226,48); }

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

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

 a { background-color: rgb(43,226,48); }

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

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

 span { border-color: rgb(43,226,48); }

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