Html Css Color HEX #2AB41E Lime Green

📋 copy color: '#2AB41E'

red 42 ◦ green 180 ◦ blue 30

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

Shades of Lime Green #2AB41E

Tints of Lime Green #2AB41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 16.67%
G = 71.43%
B = 11.9%

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

#2AB41E (or 0x2AB41E) is known color: Lime Green. HEX triplet: 2A, B4 and 1E. RGB value is (42,180,30). Sum of RGB (Red+Green+Blue) = 42+180+30=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 180 (70.70% from 255 or 71.43% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB41E is #D54BE1. Grayscale: #7A7A7A. Windows color (decimal): -13978594 or 2012202. OLE color: 2012202.

HSL color Cylindrical-coordinate representation of color #2AB41E: hue angle of 115.2º 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 #2AB41E is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 180 30 -
CMYK 0.77 0 0.83 0.29
HSL 115.2º 0.71% 0.41% -
HSV(B) 115.2º 0.83% 0.71% -
XYZ 17.51 33.23 6.72 -
YUV 121.64 76.28 71.2 -
System Red Green Blue C M Y K H S L
Decimal 42 180 30 0.77 0 0.83 0.29 115.2 0.71 0.41
Hex 2A B4 1E 4D 0 53 1D 73 47 29
Octal 52 264 36 115 0 123 35 163 107 51
Binary 101010 10110100 11110 1001101 0 1010011 11101 1110011 1000111 101001

Color Harmonies of #2AB41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB41E

Black with #2AB41E

Text Example


Text Example

White with #2AB41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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