#2AEC41

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

Shades of Lime Green #2AEC41

Tints of Lime Green #2AEC41

Color information

#2AEC41 (or 0x2AEC41) is unknown color: approx Lime Green. HEX triplet: 2A, EC and 41. RGB value is (42,236,65). Sum of RGB (Red+Green+Blue) = 42+236+65=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEC41 is #D513BE. Grayscale: #9E9E9E. Windows color (decimal): -13964223 or 4320298. OLE color: 4320298.

HSL color Cylindrical-coordinate representation of color #2AEC41: hue angle of 127.11º 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 #2AEC41 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB4223665-
CMYK0.8200.720.07
HSL127.11º83.62%54.51%-
HSV(B)127.11º82.2%92.55%-
XYZ31.960.8615.07-
YUV158.575.2344.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.24%
GREEN value IS 236 (92.58% from 255) = 68.80%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=12.24%
G=68.80%
B=18.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42236650.8200.720.07127.1183.6254.51
Hex2AEC415204877f5437
Octal523541011220110717712467
Binary10101011101100100000110100100100100011111111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,236,65); }

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

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

 a { background-color: rgb(42,236,65); }

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

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

 span { border-color: rgb(42,236,65); }

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