#2EBE20

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

Shades of Lime Green #2EBE20

Tints of Lime Green #2EBE20

Color information

#2EBE20 (or 0x2EBE20) is unknown color: approx Lime Green. HEX triplet: 2E, BE and 20. RGB value is (46,190,32). Sum of RGB (Red+Green+Blue) = 46+190+32=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 190 (74.61% from 255 or 70.90% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBE20 is #D141DF. Grayscale: #818181. Windows color (decimal): -13713888 or 2145838. OLE color: 2145838.

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

Color convert

RGB4619032-
CMYK0.7600.830.25
HSL114.68º71.17%43.53%-
HSV(B)114.68º83.16%74.51%-
XYZ19.837.517.56-
YUV128.9373.2968.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 190 (74.61% from 255) = 70.90%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=17.16%
G=70.90%
B=11.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46190320.7600.830.25114.6871.1743.53
Hex2EBE204C0531973472c
Octal562764011401233116310754
Binary101110101111101000001001100010100111100111100111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,190,32); }

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

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

 a { background-color: rgb(46,190,32); }

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

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

 span { border-color: rgb(46,190,32); }

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