#2AB830

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

Shades of Lime Green #2AB830

Tints of Lime Green #2AB830

Color information

#2AB830 (or 0x2AB830) is unknown color: approx Lime Green. HEX triplet: 2A, B8 and 30. RGB value is (42,184,48). Sum of RGB (Red+Green+Blue) = 42+184+48=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 184 (72.27% from 255 or 67.15% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB830 is #D547CF. Grayscale: #7E7E7E. Windows color (decimal): -13977552 or 3192874. OLE color: 3192874.

HSL color Cylindrical-coordinate representation of color #2AB830: hue angle of 122.54º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB830 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB4218448-
CMYK0.7700.740.28
HSL122.54º62.83%44.31%-
HSV(B)122.54º77.17%72.16%-
XYZ18.6334.998.57-
YUV126.0483.9668.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.33%
GREEN value IS 184 (72.27% from 255) = 67.15%
BLUE value IS 48 (19.14% from 255) = 17.52%
R=15.33%
G=67.15%
B=17.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42184480.7700.740.28122.5462.8344.31
Hex2AB8304D04A1C7b3f2c
Octal52270601150112341737754
Binary10101010111000110000100110101001010111001111011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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