Html Css Color HEX #2AC11F Lime Green

📋 copy color: '#2AC11F'

red 42 ◦ green 193 ◦ blue 31

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

Shades of Lime Green #2AC11F

Tints of Lime Green #2AC11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 72.56%

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

R = 15.79%
G = 72.56%
B = 11.65%

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

#2AC11F (or 0x2AC11F) is known color: Lime Green. HEX triplet: 2A, C1 and 1F. RGB value is (42,193,31). Sum of RGB (Red+Green+Blue) = 42+193+31=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC11F is #D53EE0. Grayscale: #818181. Windows color (decimal): -13975265 or 2081066. OLE color: 2081066.

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

Color convert

RGB 42 193 31 -
CMYK 0.78 0 0.84 0.24
HSL 115.93º 0.72% 0.44% -
HSV(B) 115.93º 0.84% 0.76% -
XYZ 20.27 38.73 7.7 -
YUV 129.38 72.47 65.67 -
System Red Green Blue C M Y K H S L
Decimal 42 193 31 0.78 0 0.84 0.24 115.93 0.72 0.44
Hex 2A C1 1F 4E 0 54 18 74 48 2C
Octal 52 301 37 116 0 124 30 164 110 54
Binary 101010 11000001 11111 1001110 0 1010100 11000 1110100 1001000 101100

Color Harmonies of #2AC11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC11F

Black with #2AC11F

Text Example


Text Example

White with #2AC11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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