Html Css Color HEX #2AC610 Lime Green

📋 copy color: '#2AC610'

red 42 ◦ green 198 ◦ blue 16

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

Shades of Lime Green #2AC610

Tints of Lime Green #2AC610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 77.34%

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 16.41%
G = 77.34%
B = 6.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#2AC610 (or 0x2AC610) is known color: Lime Green. HEX triplet: 2A, C6 and 10. RGB value is (42,198,16). Sum of RGB (Red+Green+Blue) = 42+198+16=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 198 (77.73% from 255 or 77.34% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 198 - color contains mainly: green. Hex color #2AC610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC610 is #D539EF. Grayscale: #838383. Windows color (decimal): -13974000 or 1099306. OLE color: 1099306.

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

Color convert

RGB 42 198 16 -
CMYK 0.79 0 0.92 0.22
HSL 111.43º 0.85% 0.42% -
HSV(B) 111.43º 0.92% 0.78% -
XYZ 21.24 40.92 7.27 -
YUV 130.61 63.32 64.8 -
System Red Green Blue C M Y K H S L
Decimal 42 198 16 0.79 0 0.92 0.22 111.43 0.85 0.42
Hex 2A C6 10 4F 0 5C 16 6F 55 2A
Octal 52 306 20 117 0 134 26 157 125 52
Binary 101010 11000110 10000 1001111 0 1011100 10110 1101111 1010101 101010

Color Harmonies of #2AC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC610

Black with #2AC610

Text Example


Text Example

White with #2AC610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,198,16); }

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

background-color css

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

 a { background-color: rgb(42,198,16); }

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

border-color css

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

 span { border-color: rgb(42,198,16); }

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