#2AC24F

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

Shades of Lime Green #2AC24F

Tints of Lime Green #2AC24F

Color information

#2AC24F (or 0x2AC24F) is unknown color: approx Lime Green. HEX triplet: 2A, C2 and 4F. RGB value is (42,194,79). Sum of RGB (Red+Green+Blue) = 42+194+79=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC24F is #D53DB0. Grayscale: #878787. Windows color (decimal): -13974961 or 5227050. OLE color: 5227050.

HSL color Cylindrical-coordinate representation of color #2AC24F: hue angle of 134.61º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC24F is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB4219479-
CMYK0.7800.590.24
HSL134.61º64.41%46.27%-
HSV(B)134.61º78.35%76.08%-
XYZ21.6639.6413.91-
YUV135.4496.1461.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 194 (76.17% from 255) = 61.59%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=13.33%
G=61.59%
B=25.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42194790.7800.590.24134.6164.4146.27
Hex2AC24F4E03B1887402e
Octal523021171160733020710056
Binary1010101100001010011111001110011101111000100001111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,194,79); }

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

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

 a { background-color: rgb(42,194,79); }

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

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

 span { border-color: rgb(42,194,79); }

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