Html Css Color HEX #2AC51C Lime Green

📋 copy color: '#2AC51C'

red 42 ◦ green 197 ◦ blue 28

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

Shades of Lime Green #2AC51C

Tints of Lime Green #2AC51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 73.78%

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 15.73%
G = 73.78%
B = 10.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#2AC51C (or 0x2AC51C) is known color: Lime Green. HEX triplet: 2A, C5 and 1C. RGB value is (42,197,28). Sum of RGB (Red+Green+Blue) = 42+197+28=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 197 (77.34% from 255 or 73.78% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC51C is #D53AE3. Grayscale: #838383. Windows color (decimal): -13974244 or 1885482. OLE color: 1885482.

HSL color Cylindrical-coordinate representation of color #2AC51C: hue angle of 115.03º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AC51C is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 42 197 28 -
CMYK 0.79 0 0.86 0.23
HSL 115.03º 0.75% 0.44% -
HSV(B) 115.03º 0.86% 0.77% -
XYZ 21.13 40.51 7.8 -
YUV 131.39 69.65 64.24 -
System Red Green Blue C M Y K H S L
Decimal 42 197 28 0.79 0 0.86 0.23 115.03 0.75 0.44
Hex 2A C5 1C 4F 0 56 17 73 4B 2C
Octal 52 305 34 117 0 126 27 163 113 54
Binary 101010 11000101 11100 1001111 0 1010110 10111 1110011 1001011 101100

Color Harmonies of #2AC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC51C

Black with #2AC51C

Text Example


Text Example

White with #2AC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,197,28); }

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

background-color css

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

 a { background-color: rgb(42,197,28); }

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

border-color css

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

 span { border-color: rgb(42,197,28); }

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