Html Css Color HEX #2ABE18 Lime Green

📋 copy color: '#2ABE18'

red 42 ◦ green 190 ◦ blue 24

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

Shades of Lime Green #2ABE18

Tints of Lime Green #2ABE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 16.41%
G = 74.22%
B = 9.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#2ABE18 (or 0x2ABE18) is known color: Lime Green. HEX triplet: 2A, BE and 18. RGB value is (42,190,24). Sum of RGB (Red+Green+Blue) = 42+190+24=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 190 (74.61% from 255 or 74.22% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE18 is #D541E7. Grayscale: #7F7F7F. Windows color (decimal): -13976040 or 1621546. OLE color: 1621546.

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

Color convert

RGB 42 190 24 -
CMYK 0.78 0 0.87 0.25
HSL 113.49º 0.78% 0.42% -
HSV(B) 113.49º 0.87% 0.75% -
XYZ 19.53 37.39 7.05 -
YUV 126.82 69.97 67.5 -
System Red Green Blue C M Y K H S L
Decimal 42 190 24 0.78 0 0.87 0.25 113.49 0.78 0.42
Hex 2A BE 18 4E 0 57 19 71 4E 2A
Octal 52 276 30 116 0 127 31 161 116 52
Binary 101010 10111110 11000 1001110 0 1010111 11001 1110001 1001110 101010

Color Harmonies of #2ABE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE18

Black with #2ABE18

Text Example


Text Example

White with #2ABE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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