#2EBD25

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

Shades of Lime Green #2EBD25

Tints of Lime Green #2EBD25

Color information

#2EBD25 (or 0x2EBD25) is unknown color: approx Lime Green. HEX triplet: 2E, BD and 25. RGB value is (46,189,37). Sum of RGB (Red+Green+Blue) = 46+189+37=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD25 is #D142DA. Grayscale: #818181. Windows color (decimal): -13714139 or 2473262. OLE color: 2473262.

HSL color Cylindrical-coordinate representation of color #2EBD25: hue angle of 116.45º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EBD25 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB4618937-
CMYK0.7600.800.26
HSL116.45º67.26%44.31%-
HSV(B)116.45º80.42%74.12%-
XYZ19.6637.117.88-
YUV128.9276.1268.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 189 (74.22% from 255) = 69.49%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=16.91%
G=69.49%
B=13.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46189370.7600.800.26116.4567.2644.31
Hex2EBD254C0501A74432c
Octal562754511401203216410354
Binary101110101111011001011001100010100001101011101001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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