Html Css Color HEX #2AC919 Lime Green

📋 copy color: '#2AC919'

red 42 ◦ green 201 ◦ blue 25

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

Shades of Lime Green #2AC919

Tints of Lime Green #2AC919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 75%

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

R = 15.67%
G = 75%
B = 9.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#2AC919 (or 0x2AC919) is known color: Lime Green. HEX triplet: 2A, C9 and 19. RGB value is (42,201,25). Sum of RGB (Red+Green+Blue) = 42+201+25=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 201 (78.91% from 255 or 75% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC919 is #D536E6. Grayscale: #858585. Windows color (decimal): -13973223 or 1689898. OLE color: 1689898.

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

Color convert

RGB 42 201 25 -
CMYK 0.79 0 0.88 0.21
HSL 114.2º 0.78% 0.44% -
HSV(B) 114.2º 0.88% 0.79% -
XYZ 22.02 42.34 7.93 -
YUV 133.4 66.82 62.81 -
System Red Green Blue C M Y K H S L
Decimal 42 201 25 0.79 0 0.88 0.21 114.2 0.78 0.44
Hex 2A C9 19 4F 0 58 15 72 4E 2C
Octal 52 311 31 117 0 130 25 162 116 54
Binary 101010 11001001 11001 1001111 0 1011000 10101 1110010 1001110 101100

Color Harmonies of #2AC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC919

Black with #2AC919

Text Example


Text Example

White with #2AC919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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