Html Css Color HEX #1ABE2A Lime Green

📋 copy color: '#1ABE2A'

red 26 ◦ green 190 ◦ blue 42

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

Shades of Lime Green #1ABE2A

Tints of Lime Green #1ABE2A

RGB

 RED value IS 26 (10.55% from 255) = 10.08%

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

 BLUE value IS 42 (16.8% from 255) = 16.28%

R = 10.08%
G = 73.64%
B = 16.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#1ABE2A (or 0x1ABE2A) is known color: Lime Green. HEX triplet: 1A, BE and 2A. RGB value is (26,190,42). Sum of RGB (Red+Green+Blue) = 26+190+42=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 190 (74.61% from 255 or 73.64% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABE2A is #E541D5. Grayscale: #7C7C7C. Windows color (decimal): -15024598 or 2801178. OLE color: 2801178.

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

Color convert

RGB 26 190 42 -
CMYK 0.86 0 0.78 0.25
HSL 125.85º 0.76% 0.42% -
HSV(B) 125.85º 0.86% 0.75% -
XYZ 19.26 37.21 8.36 -
YUV 124.09 81.67 58.03 -
System Red Green Blue C M Y K H S L
Decimal 26 190 42 0.86 0 0.78 0.25 125.85 0.76 0.42
Hex 1A BE 2A 56 0 4E 19 7E 4C 2A
Octal 32 276 52 126 0 116 31 176 114 52
Binary 11010 10111110 101010 1010110 0 1001110 11001 1111110 1001100 101010

Color Harmonies of #1ABE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABE2A

Black with #1ABE2A

Text Example


Text Example

White with #1ABE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ABE2A; }

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

 H1.HeaderClassName
 {
   color: #1ABE2A;
 }
 .AnyTagClassName
 {
   color: #1ABE2A;
 }
</style>

background-color css

<style>
 a { background-color: #1ABE2A; }

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

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

border-color css

<style>
 span { border-color: #1ABE2A; }

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

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