#2EBC4B

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

Shades of Lime Green #2EBC4B

Tints of Lime Green #2EBC4B

Color information

#2EBC4B (or 0x2EBC4B) is unknown color: approx Lime Green. HEX triplet: 2E, BC and 4B. RGB value is (46,188,75). Sum of RGB (Red+Green+Blue) = 46+188+75=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC4B is #D143B4. Grayscale: #848484. Windows color (decimal): -13714357 or 4963374. OLE color: 4963374.

HSL color Cylindrical-coordinate representation of color #2EBC4B: hue angle of 132.25º 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 #2EBC4B is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB4618875-
CMYK0.7600.600.26
HSL132.25º60.68%45.88%-
HSV(B)132.25º75.53%73.73%-
XYZ20.3837.0612.73-
YUV132.6695.4666.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.89%
GREEN value IS 188 (73.83% from 255) = 60.84%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=14.89%
G=60.84%
B=24.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46188750.7600.600.26132.2560.6845.88
Hex2EBC4B4C03C1A843d2e
Octal56274113114074322047556
Binary101110101111001001011100110001111001101010000100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,188,75); }

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

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

 a { background-color: rgb(46,188,75); }

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

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

 span { border-color: rgb(46,188,75); }

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