Html Css Color HEX #2AC319 Lime Green

📋 copy color: '#2AC319'

red 42 ◦ green 195 ◦ blue 25

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

Shades of Lime Green #2AC319

Tints of Lime Green #2AC319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.54%

R = 16.03%
G = 74.43%
B = 9.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#2AC319 (or 0x2AC319) is known color: Lime Green. HEX triplet: 2A, C3 and 19. RGB value is (42,195,25). Sum of RGB (Red+Green+Blue) = 42+195+25=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 195 (76.56% from 255 or 74.43% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC319 is #D53CE6. Grayscale: #828282. Windows color (decimal): -13974759 or 1688362. OLE color: 1688362.

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

Color convert

RGB 42 195 25 -
CMYK 0.78 0 0.87 0.24
HSL 114º 0.77% 0.43% -
HSV(B) 114º 0.87% 0.76% -
XYZ 20.65 39.59 7.47 -
YUV 129.87 68.81 65.32 -
System Red Green Blue C M Y K H S L
Decimal 42 195 25 0.78 0 0.87 0.24 114 0.77 0.43
Hex 2A C3 19 4E 0 57 18 72 4D 2B
Octal 52 303 31 116 0 127 30 162 115 53
Binary 101010 11000011 11001 1001110 0 1010111 11000 1110010 1001101 101011

Color Harmonies of #2AC319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC319

Black with #2AC319

Text Example


Text Example

White with #2AC319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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