Html Css Color HEX #2ABE15 Lime Green

📋 copy color: '#2ABE15'

red 42 ◦ green 190 ◦ blue 21

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

Shades of Lime Green #2ABE15

Tints of Lime Green #2ABE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 16.6%
G = 75.1%
B = 8.3%

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

#2ABE15 (or 0x2ABE15) is known color: Lime Green. HEX triplet: 2A, BE and 15. RGB value is (42,190,21). Sum of RGB (Red+Green+Blue) = 42+190+21=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 190 (74.61% from 255 or 75.10% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE15 is #D541EA. Grayscale: #7F7F7F. Windows color (decimal): -13976043 or 1424938. OLE color: 1424938.

HSL color Cylindrical-coordinate representation of color #2ABE15: hue angle of 112.54º degrees, saturation: 0.8, 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 #2ABE15 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 190 21 -
CMYK 0.78 0 0.89 0.25
HSL 112.54º 0.8% 0.41% -
HSV(B) 112.54º 0.89% 0.75% -
XYZ 19.5 37.37 6.9 -
YUV 126.48 68.47 67.74 -
System Red Green Blue C M Y K H S L
Decimal 42 190 21 0.78 0 0.89 0.25 112.54 0.8 0.41
Hex 2A BE 15 4E 0 59 19 71 50 29
Octal 52 276 25 116 0 131 31 161 120 51
Binary 101010 10111110 10101 1001110 0 1011001 11001 1110001 1010000 101001

Color Harmonies of #2ABE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE15

Black with #2ABE15

Text Example


Text Example

White with #2ABE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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