#2EBD37

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

Shades of Lime Green #2EBD37

Tints of Lime Green #2EBD37

Color information

#2EBD37 (or 0x2EBD37) is unknown color: approx Lime Green. HEX triplet: 2E, BD and 37. RGB value is (46,189,55). Sum of RGB (Red+Green+Blue) = 46+189+55=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 189 (74.22% from 255 or 65.17% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD37 is #D142C8. Grayscale: #838383. Windows color (decimal): -13714121 or 3652910. OLE color: 3652910.

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

Color convert

RGB4618955-
CMYK0.7600.710.26
HSL123.78º60.85%46.08%-
HSV(B)123.78º75.66%74.12%-
XYZ20.0137.259.75-
YUV130.9785.1267.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.86%
GREEN value IS 189 (74.22% from 255) = 65.17%
BLUE value IS 55 (21.88% from 255) = 18.97%
R=15.86%
G=65.17%
B=18.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189550.7600.710.26123.7860.8546.08
Hex2EBD374C0471A7c3d2e
Octal56275671140107321747556
Binary10111010111101110111100110001000111110101111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,189,55); }

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

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

 a { background-color: rgb(46,189,55); }

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

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

 span { border-color: rgb(46,189,55); }

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