#2EBF30

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

Shades of Lime Green #2EBF30

Tints of Lime Green #2EBF30

Color information

#2EBF30 (or 0x2EBF30) is unknown color: approx Lime Green. HEX triplet: 2E, BF and 30. RGB value is (46,191,48). Sum of RGB (Red+Green+Blue) = 46+191+48=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBF30 is #D140CF. Grayscale: #838383. Windows color (decimal): -13713616 or 3194670. OLE color: 3194670.

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

Color convert

RGB4619148-
CMYK0.7600.750.25
HSL120.83º61.18%46.47%-
HSV(B)120.83º75.92%74.9%-
XYZ20.2938.069.07-
YUV131.3480.9667.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 191 (75% from 255) = 67.02%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=16.14%
G=67.02%
B=16.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46191480.7600.750.25120.8361.1846.47
Hex2EBF304C04B19793d2e
Octal56277601140113311717556
Binary10111010111111110000100110001001011110011111001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,48); }

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

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

 a { background-color: rgb(46,191,48); }

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

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

 span { border-color: rgb(46,191,48); }

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