#2ebe3b

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

Shades of Lime Green #2EBE3B

Tints of Lime Green #2EBE3B

Color information

#2EBE3B (or 0x2EBE3B) is unknown color: approx Lime Green. HEX triplet: 2E, BE and 3B. RGB value is (46,190,59). Sum of RGB (Red+Green+Blue) = 46+190+59=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBE3B is #D141C4. Grayscale: #848484. Windows color (decimal): -13713861 or 3915310. OLE color: 3915310.

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

Color convert

RGB4619059-
CMYK0.7600.690.25
HSL125.42º61.02%46.27%-
HSV(B)125.42º75.79%74.51%-
XYZ20.3337.7210.35-
YUV132.0186.7966.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 190 (74.61% from 255) = 64.41%
BLUE value IS 59 (23.44% from 255) = 20%
R=15.59%
G=64.41%
B=20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46190590.7600.690.25125.4261.0246.27
Hex2EBE3B4C045197d3d2e
Octal56276731140105311757556
Binary10111010111110111011100110001000101110011111101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ebe3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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