#2AE730

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

Shades of Lime Green #2AE730

Tints of Lime Green #2AE730

Color information

#2AE730 (or 0x2AE730) is unknown color: approx Lime Green. HEX triplet: 2A, E7 and 30. RGB value is (42,231,48). Sum of RGB (Red+Green+Blue) = 42+231+48=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 231 (90.62% from 255 or 71.96% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 231 - color contains mainly: green. Hex color #2AE730 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE730 is #D518CF. Grayscale: #9A9A9A. Windows color (decimal): -13965520 or 3204906. OLE color: 3204906.

HSL color Cylindrical-coordinate representation of color #2AE730: hue angle of 121.9º degrees, saturation: 0.8, 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 #2AE730 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB4223148-
CMYK0.8200.790.09
HSL121.9º79.75%53.53%-
HSV(B)121.9º81.82%90.59%-
XYZ30.0657.8612.38-
YUV153.6368.3848.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.08%
GREEN value IS 231 (90.62% from 255) = 71.96%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=13.08%
G=71.96%
B=14.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42231480.8200.790.09121.979.7553.53
Hex2AE7305204F97a5036
Octal523476012201171117212066
Binary10101011100111110000101001001001111100111110101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,231,48); }

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

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

 a { background-color: rgb(42,231,48); }

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

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

 span { border-color: rgb(42,231,48); }

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