Html Css Color HEX #2AC528 Lime Green

📋 copy color: '#2AC528'

red 42 ◦ green 197 ◦ blue 40

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

Shades of Lime Green #2AC528

Tints of Lime Green #2AC528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 15.05%
G = 70.61%
B = 14.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#2AC528 (or 0x2AC528) is known color: Lime Green. HEX triplet: 2A, C5 and 28. RGB value is (42,197,40). Sum of RGB (Red+Green+Blue) = 42+197+40=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC528 is #D53AD7. Grayscale: #858585. Windows color (decimal): -13974232 or 2671914. OLE color: 2671914.

HSL color Cylindrical-coordinate representation of color #2AC528: hue angle of 119.24º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AC528 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 42 197 40 -
CMYK 0.79 0 0.80 0.23
HSL 119.24º 0.66% 0.46% -
HSV(B) 119.24º 0.8% 0.77% -
XYZ 21.3 40.58 8.72 -
YUV 132.76 75.65 63.27 -
System Red Green Blue C M Y K H S L
Decimal 42 197 40 0.79 0 0.80 0.23 119.24 0.66 0.46
Hex 2A C5 28 4F 0 50 17 77 42 2E
Octal 52 305 50 117 0 120 27 167 102 56
Binary 101010 11000101 101000 1001111 0 1010000 10111 1110111 1000010 101110

Color Harmonies of #2AC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC528

Black with #2AC528

Text Example


Text Example

White with #2AC528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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