Html Css Color HEX #1AC030 Lime Green

📋 copy color: '#1AC030'

red 26 ◦ green 192 ◦ blue 48

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

Shades of Lime Green #1AC030

Tints of Lime Green #1AC030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 72.18%

 BLUE value IS 48 (19.14% from 255) = 18.05%

R = 9.77%
G = 72.18%
B = 18.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#1AC030 (or 0x1AC030) is known color: Lime Green. HEX triplet: 1A, C0 and 30. RGB value is (26,192,48). Sum of RGB (Red+Green+Blue) = 26+192+48=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC030 is #E53FCF. Grayscale: #7E7E7E. Windows color (decimal): -15024080 or 3194906. OLE color: 3194906.

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

Color convert

RGB 26 192 48 -
CMYK 0.86 0 0.75 0.25
HSL 127.95º 0.76% 0.43% -
HSV(B) 127.95º 0.86% 0.75% -
XYZ 19.81 38.13 9.11 -
YUV 125.95 84 56.71 -
System Red Green Blue C M Y K H S L
Decimal 26 192 48 0.86 0 0.75 0.25 127.95 0.76 0.43
Hex 1A C0 30 56 0 4B 19 80 4C 2B
Octal 32 300 60 126 0 113 31 200 114 53
Binary 11010 11000000 110000 1010110 0 1001011 11001 10000000 1001100 101011

Color Harmonies of #1AC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC030

Black with #1AC030

Text Example


Text Example

White with #1AC030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,192,48); }

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

background-color css

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

 a { background-color: rgb(26,192,48); }

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

border-color css

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

 span { border-color: rgb(26,192,48); }

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