#2ac835

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

Shades of Lime Green #2AC835

Tints of Lime Green #2AC835

Color information

#2AC835 (or 0x2AC835) is unknown color: approx Lime Green. HEX triplet: 2A, C8 and 35. RGB value is (42,200,53). Sum of RGB (Red+Green+Blue) = 42+200+53=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC835 is #D537CA. Grayscale: #888888. Windows color (decimal): -13973451 or 3524650. OLE color: 3524650.

HSL color Cylindrical-coordinate representation of color #2AC835: hue angle of 124.18º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC835 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB4220053-
CMYK0.7900.740.22
HSL124.18º65.29%47.45%-
HSV(B)124.18º79%78.43%-
XYZ22.2542.0610.31-
YUV13681.1560.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.24%
GREEN value IS 200 (78.52% from 255) = 67.80%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=14.24%
G=67.80%
B=17.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42200530.7900.740.22124.1865.2947.45
Hex2AC8354F04A167c412f
Octal523106511701122617410157
Binary101010110010001101011001111010010101011011111001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ac835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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