Html Css Color HEX #2AC818 Lime Green

📋 copy color: '#2AC818'

red 42 ◦ green 200 ◦ blue 24

#2AC818
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2AC818

Tints of Lime Green #2AC818

RGB

 RED value IS 42 (16.8% from 255) = 15.79%

 GREEN value IS 200 (78.52% from 255) = 75.19%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 15.79%
G = 75.19%
B = 9.02%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#2AC818 (or 0x2AC818) is known color: Lime Green. HEX triplet: 2A, C8 and 18. RGB value is (42,200,24). Sum of RGB (Red+Green+Blue) = 42+200+24=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 200 (78.52% from 255 or 75.19% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC818 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC818 is #D537E7. Grayscale: #858585. Windows color (decimal): -13973480 or 1624106. OLE color: 1624106.

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

Color convert

RGB 42 200 24 -
CMYK 0.79 0 0.88 0.22
HSL 113.86º 0.79% 0.44% -
HSV(B) 113.86º 0.88% 0.78% -
XYZ 21.77 41.87 7.8 -
YUV 132.69 66.65 63.31 -
System Red Green Blue C M Y K H S L
Decimal 42 200 24 0.79 0 0.88 0.22 113.86 0.79 0.44
Hex 2A C8 18 4F 0 58 16 72 4F 2C
Octal 52 310 30 117 0 130 26 162 117 54
Binary 101010 11001000 11000 1001111 0 1011000 10110 1110010 1001111 101100

Color Harmonies of #2AC818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC818

Black with #2AC818

Text Example


Text Example

White with #2AC818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AC818;
 }
 .AnyTagClassName
 {
   color: #2AC818;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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