Html Css Color HEX #2ABE14 Lime Green

📋 copy color: '#2ABE14'

red 42 ◦ green 190 ◦ blue 20

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

Shades of Lime Green #2ABE14

Tints of Lime Green #2ABE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 75.4%

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 16.67%
G = 75.4%
B = 7.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#2ABE14 (or 0x2ABE14) is known color: Lime Green. HEX triplet: 2A, BE and 14. RGB value is (42,190,20). Sum of RGB (Red+Green+Blue) = 42+190+20=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 190 (74.61% from 255 or 75.40% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE14 is #D541EB. Grayscale: #7E7E7E. Windows color (decimal): -13976044 or 1359402. OLE color: 1359402.

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

Color convert

RGB 42 190 20 -
CMYK 0.78 0 0.89 0.25
HSL 112.24º 0.81% 0.41% -
HSV(B) 112.24º 0.89% 0.75% -
XYZ 19.49 37.37 6.85 -
YUV 126.37 67.97 67.82 -
System Red Green Blue C M Y K H S L
Decimal 42 190 20 0.78 0 0.89 0.25 112.24 0.81 0.41
Hex 2A BE 14 4E 0 59 19 70 51 29
Octal 52 276 24 116 0 131 31 160 121 51
Binary 101010 10111110 10100 1001110 0 1011001 11001 1110000 1010001 101001

Color Harmonies of #2ABE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE14

Black with #2ABE14

Text Example


Text Example

White with #2ABE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,190,20); }

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

background-color css

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

 a { background-color: rgb(42,190,20); }

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

border-color css

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

 span { border-color: rgb(42,190,20); }

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