Html Css Color HEX #2ABE17 Lime Green

📋 copy color: '#2ABE17'

red 42 ◦ green 190 ◦ blue 23

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

Shades of Lime Green #2ABE17

Tints of Lime Green #2ABE17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.02%

R = 16.47%
G = 74.51%
B = 9.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#2ABE17 (or 0x2ABE17) is known color: Lime Green. HEX triplet: 2A, BE and 17. RGB value is (42,190,23). Sum of RGB (Red+Green+Blue) = 42+190+23=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 190 (74.61% from 255 or 74.51% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE17 is #D541E8. Grayscale: #7F7F7F. Windows color (decimal): -13976041 or 1556010. OLE color: 1556010.

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

Color convert

RGB 42 190 23 -
CMYK 0.78 0 0.88 0.25
HSL 113.17º 0.78% 0.42% -
HSV(B) 113.17º 0.88% 0.75% -
XYZ 19.52 37.38 7 -
YUV 126.71 69.47 67.58 -
System Red Green Blue C M Y K H S L
Decimal 42 190 23 0.78 0 0.88 0.25 113.17 0.78 0.42
Hex 2A BE 17 4E 0 58 19 71 4E 2A
Octal 52 276 27 116 0 130 31 161 116 52
Binary 101010 10111110 10111 1001110 0 1011000 11001 1110001 1001110 101010

Color Harmonies of #2ABE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE17

Black with #2ABE17

Text Example


Text Example

White with #2ABE17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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