#2AE93A

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

Shades of Lime Green #2AE93A

Tints of Lime Green #2AE93A

Color information

#2AE93A (or 0x2AE93A) is unknown color: approx Lime Green. HEX triplet: 2A, E9 and 3A. RGB value is (42,233,58). Sum of RGB (Red+Green+Blue) = 42+233+58=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 233 (91.41% from 255 or 69.97% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE93A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE93A is #D516C5. Grayscale: #9C9C9C. Windows color (decimal): -13964998 or 3860778. OLE color: 3860778.

HSL color Cylindrical-coordinate representation of color #2AE93A: hue angle of 125.03º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE93A is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB4223358-
CMYK0.8200.750.09
HSL125.03º81.28%53.92%-
HSV(B)125.03º81.97%91.37%-
XYZ30.8659.0813.78-
YUV155.9472.7246.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.61%
GREEN value IS 233 (91.41% from 255) = 69.97%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=12.61%
G=69.97%
B=17.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42233580.8200.750.09125.0381.2853.92
Hex2AE93A5204B97d5136
Octal523517212201131117512166
Binary10101011101001111010101001001001011100111111011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,233,58); }

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

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

 a { background-color: rgb(42,233,58); }

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

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

 span { border-color: rgb(42,233,58); }

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