#2AB035

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

Shades of Lime Green #2AB035

Tints of Lime Green #2AB035

Color information

#2AB035 (or 0x2AB035) is unknown color: approx Lime Green. HEX triplet: 2A, B0 and 35. RGB value is (42,176,53). Sum of RGB (Red+Green+Blue) = 42+176+53=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 176 (69.14% from 255 or 64.94% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB035 is #D54FCA. Grayscale: #7A7A7A. Windows color (decimal): -13979595 or 3518506. OLE color: 3518506.

HSL color Cylindrical-coordinate representation of color #2AB035: hue angle of 124.93º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB035 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB4217653-
CMYK0.7600.700.31
HSL124.93º61.47%42.75%-
HSV(B)124.93º76.14%69.02%-
XYZ17.1231.88.6-
YUV121.9189.1171-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 176 (69.14% from 255) = 64.94%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=15.50%
G=64.94%
B=19.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42176530.7600.700.31124.9361.4742.75
Hex2AB0354C0461F7d3d2b
Octal52260651140106371757553
Binary10101010110000110101100110001000110111111111101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,176,53); }

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

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

 a { background-color: rgb(42,176,53); }

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

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

 span { border-color: rgb(42,176,53); }

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