Html Css Color HEX #2ACA3A Lime Green

📋 copy color: '#2ACA3A'

red 42 ◦ green 202 ◦ blue 58

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

Shades of Lime Green #2ACA3A

Tints of Lime Green #2ACA3A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 66.89%

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 13.91%
G = 66.89%
B = 19.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#2ACA3A (or 0x2ACA3A) is known color: Lime Green. HEX triplet: 2A, CA and 3A. RGB value is (42,202,58). Sum of RGB (Red+Green+Blue) = 42+202+58=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACA3A is #D535C5. Grayscale: #8A8A8A. Windows color (decimal): -13972934 or 3852842. OLE color: 3852842.

HSL color Cylindrical-coordinate representation of color #2ACA3A: hue angle of 126º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACA3A is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 42 202 58 -
CMYK 0.79 0 0.71 0.21
HSL 126º 0.66% 0.48% -
HSV(B) 126º 0.79% 0.79% -
XYZ 22.84 43.04 11.11 -
YUV 137.74 82.99 59.71 -
System Red Green Blue C M Y K H S L
Decimal 42 202 58 0.79 0 0.71 0.21 126 0.66 0.48
Hex 2A CA 3A 4F 0 47 15 7E 42 30
Octal 52 312 72 117 0 107 25 176 102 60
Binary 101010 11001010 111010 1001111 0 1000111 10101 1111110 1000010 110000

Color Harmonies of #2ACA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACA3A

Black with #2ACA3A

Text Example


Text Example

White with #2ACA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,202,58); }

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

background-color css

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

 a { background-color: rgb(42,202,58); }

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

border-color css

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

 span { border-color: rgb(42,202,58); }

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