Html Css Color HEX #2AC320 Lime Green

📋 copy color: '#2AC320'

red 42 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #2AC320

Tints of Lime Green #2AC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 72.49%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 15.61%
G = 72.49%
B = 11.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#2AC320 (or 0x2AC320) is known color: Lime Green. HEX triplet: 2A, C3 and 20. RGB value is (42,195,32). Sum of RGB (Red+Green+Blue) = 42+195+32=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 195 (76.56% from 255 or 72.49% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC320 is #D53CDF. Grayscale: #838383. Windows color (decimal): -13974752 or 2147114. OLE color: 2147114.

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

Color convert

RGB 42 195 32 -
CMYK 0.78 0 0.84 0.24
HSL 116.32º 0.72% 0.45% -
HSV(B) 116.32º 0.84% 0.76% -
XYZ 20.73 39.63 7.92 -
YUV 130.67 72.31 64.75 -
System Red Green Blue C M Y K H S L
Decimal 42 195 32 0.78 0 0.84 0.24 116.32 0.72 0.45
Hex 2A C3 20 4E 0 54 18 74 48 2D
Octal 52 303 40 116 0 124 30 164 110 55
Binary 101010 11000011 100000 1001110 0 1010100 11000 1110100 1001000 101101

Color Harmonies of #2AC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC320

Black with #2AC320

Text Example


Text Example

White with #2AC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,195,32); }

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

background-color css

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

 a { background-color: rgb(42,195,32); }

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

border-color css

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

 span { border-color: rgb(42,195,32); }

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