Html Css Color HEX #2AB41F Lime Green

📋 copy color: '#2AB41F'

red 42 ◦ green 180 ◦ blue 31

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

Shades of Lime Green #2AB41F

Tints of Lime Green #2AB41F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 71.15%

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

R = 16.6%
G = 71.15%
B = 12.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#2AB41F (or 0x2AB41F) is known color: Lime Green. HEX triplet: 2A, B4 and 1F. RGB value is (42,180,31). Sum of RGB (Red+Green+Blue) = 42+180+31=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 180 (70.70% from 255 or 71.15% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB41F is #D54BE0. Grayscale: #7A7A7A. Windows color (decimal): -13978593 or 2077738. OLE color: 2077738.

HSL color Cylindrical-coordinate representation of color #2AB41F: hue angle of 115.57º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB41F is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 180 31 -
CMYK 0.77 0 0.83 0.29
HSL 115.57º 0.71% 0.41% -
HSV(B) 115.57º 0.83% 0.71% -
XYZ 17.52 33.23 6.79 -
YUV 121.75 76.78 71.12 -
System Red Green Blue C M Y K H S L
Decimal 42 180 31 0.77 0 0.83 0.29 115.57 0.71 0.41
Hex 2A B4 1F 4D 0 53 1D 74 47 29
Octal 52 264 37 115 0 123 35 164 107 51
Binary 101010 10110100 11111 1001101 0 1010011 11101 1110100 1000111 101001

Color Harmonies of #2AB41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB41F

Black with #2AB41F

Text Example


Text Example

White with #2AB41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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