#2ED830

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

Shades of Lime Green #2ED830

Tints of Lime Green #2ED830

Color information

#2ED830 (or 0x2ED830) is unknown color: approx Lime Green. HEX triplet: 2E, D8 and 30. RGB value is (46,216,48). Sum of RGB (Red+Green+Blue) = 46+216+48=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 216 (84.77% from 255 or 69.68% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED830 is #D127CF. Grayscale: #929292. Windows color (decimal): -13707216 or 3201070. OLE color: 3201070.

HSL color Cylindrical-coordinate representation of color #2ED830: hue angle of 120.71º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED830 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB4621648-
CMYK0.7900.780.15
HSL120.71º68.55%51.37%-
HSV(B)120.71º78.7%84.71%-
XYZ26.2249.9111.05-
YUV146.0272.6856.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.84%
GREEN value IS 216 (84.77% from 255) = 69.68%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=14.84%
G=69.68%
B=15.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal46216480.7900.780.15120.7168.5551.37
Hex2ED8304F04EF794533
Octal563306011701161717110563
Binary10111011011000110000100111101001110111111110011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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