Html Css Color HEX #1AB925 Lime Green

📋 copy color: '#1AB925'

red 26 ◦ green 185 ◦ blue 37

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

Shades of Lime Green #1AB925

Tints of Lime Green #1AB925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 74.6%

 BLUE value IS 37 (14.84% from 255) = 14.92%

R = 10.48%
G = 74.6%
B = 14.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#1AB925 (or 0x1AB925) is known color: Lime Green. HEX triplet: 1A, B9 and 25. RGB value is (26,185,37). Sum of RGB (Red+Green+Blue) = 26+185+37=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 185 (72.66% from 255 or 74.60% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB925 is #E546DA. Grayscale: #797979. Windows color (decimal): -15025883 or 2472218. OLE color: 2472218.

HSL color Cylindrical-coordinate representation of color #1AB925: hue angle of 124.15º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB925 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 185 37 -
CMYK 0.86 0 0.80 0.27
HSL 124.15º 0.75% 0.41% -
HSV(B) 124.15º 0.86% 0.73% -
XYZ 18.11 35.05 7.56 -
YUV 120.59 80.82 60.53 -
System Red Green Blue C M Y K H S L
Decimal 26 185 37 0.86 0 0.80 0.27 124.15 0.75 0.41
Hex 1A B9 25 56 0 50 1B 7C 4B 29
Octal 32 271 45 126 0 120 33 174 113 51
Binary 11010 10111001 100101 1010110 0 1010000 11011 1111100 1001011 101001

Color Harmonies of #1AB925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB925

Black with #1AB925

Text Example


Text Example

White with #1AB925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,185,37); }

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

background-color css

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

 a { background-color: rgb(26,185,37); }

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

border-color css

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

 span { border-color: rgb(26,185,37); }

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