Html Css Color HEX #2AC01F Lime Green

📋 copy color: '#2AC01F'

red 42 ◦ green 192 ◦ blue 31

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

Shades of Lime Green #2AC01F

Tints of Lime Green #2AC01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 72.45%

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 15.85%
G = 72.45%
B = 11.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#2AC01F (or 0x2AC01F) is known color: Lime Green. HEX triplet: 2A, C0 and 1F. RGB value is (42,192,31). Sum of RGB (Red+Green+Blue) = 42+192+31=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC01F is #D53FE0. Grayscale: #818181. Windows color (decimal): -13975521 or 2080810. OLE color: 2080810.

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

Color convert

RGB 42 192 31 -
CMYK 0.78 0 0.84 0.25
HSL 115.9º 0.72% 0.44% -
HSV(B) 115.9º 0.84% 0.75% -
XYZ 20.05 38.29 7.63 -
YUV 128.8 72.81 66.09 -
System Red Green Blue C M Y K H S L
Decimal 42 192 31 0.78 0 0.84 0.25 115.9 0.72 0.44
Hex 2A C0 1F 4E 0 54 19 74 48 2C
Octal 52 300 37 116 0 124 31 164 110 54
Binary 101010 11000000 11111 1001110 0 1010100 11001 1110100 1001000 101100

Color Harmonies of #2AC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC01F

Black with #2AC01F

Text Example


Text Example

White with #2AC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,192,31); }

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

background-color css

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

 a { background-color: rgb(42,192,31); }

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

border-color css

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

 span { border-color: rgb(42,192,31); }

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