#2EC31B

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

Shades of Lime Green #2EC31B

Tints of Lime Green #2EC31B

Color information

#2EC31B (or 0x2EC31B) is unknown color: approx Lime Green. HEX triplet: 2E, C3 and 1B. RGB value is (46,195,27). Sum of RGB (Red+Green+Blue) = 46+195+27=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC31B is #D13CE4. Grayscale: #838383. Windows color (decimal): -13712613 or 1819438. OLE color: 1819438.

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

Color convert

RGB4619527-
CMYK0.7600.860.24
HSL113.21º75.68%43.53%-
HSV(B)113.21º86.15%76.47%-
XYZ20.8439.697.6-
YUV131.369.1467.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 195 (76.56% from 255) = 72.76%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=17.16%
G=72.76%
B=10.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46195270.7600.860.24113.2175.6843.53
Hex2EC31B4C05618714c2c
Octal563033311401263016111454
Binary10111011000011110111001100010101101100011100011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,195,27); }

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

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

 a { background-color: rgb(46,195,27); }

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

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

 span { border-color: rgb(46,195,27); }

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