#2AED40

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

Shades of Lime Green #2AED40

Tints of Lime Green #2AED40

Color information

#2AED40 (or 0x2AED40) is unknown color: approx Lime Green. HEX triplet: 2A, ED and 40. RGB value is (42,237,64). Sum of RGB (Red+Green+Blue) = 42+237+64=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 237 (92.97% from 255 or 69.10% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AED40 is #D512BF. Grayscale: #9F9F9F. Windows color (decimal): -13963968 or 4255018. OLE color: 4255018.

HSL color Cylindrical-coordinate representation of color #2AED40: hue angle of 126.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AED40 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB4223764-
CMYK0.8200.730.07
HSL126.77º84.42%54.71%-
HSV(B)126.77º82.28%92.94%-
XYZ32.1661.4315.01-
YUV158.9774.444.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.24%
GREEN value IS 237 (92.97% from 255) = 69.10%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=12.24%
G=69.10%
B=18.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42237640.8200.730.07126.7784.4254.71
Hex2AED405204977f5437
Octal523551001220111717712467
Binary10101011101101100000010100100100100111111111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AED40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,237,64); }

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

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

 a { background-color: rgb(42,237,64); }

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

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

 span { border-color: rgb(42,237,64); }

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