Html Css Color HEX #1AC430 Lime Green

📋 copy color: '#1AC430'

red 26 ◦ green 196 ◦ blue 48

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

Shades of Lime Green #1AC430

Tints of Lime Green #1AC430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 72.59%

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

R = 9.63%
G = 72.59%
B = 17.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#1AC430 (or 0x1AC430) is known color: Lime Green. HEX triplet: 1A, C4 and 30. RGB value is (26,196,48). Sum of RGB (Red+Green+Blue) = 26+196+48=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 196 (76.95% from 255 or 72.59% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC430 is #E53BCF. Grayscale: #808080. Windows color (decimal): -15023056 or 3195930. OLE color: 3195930.

HSL color Cylindrical-coordinate representation of color #1AC430: hue angle of 127.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC430 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 26 196 48 -
CMYK 0.87 0 0.76 0.23
HSL 127.76º 0.77% 0.44% -
HSV(B) 127.76º 0.87% 0.77% -
XYZ 20.7 39.91 9.41 -
YUV 128.3 82.68 55.03 -
System Red Green Blue C M Y K H S L
Decimal 26 196 48 0.87 0 0.76 0.23 127.76 0.77 0.44
Hex 1A C4 30 57 0 4C 17 80 4D 2C
Octal 32 304 60 127 0 114 27 200 115 54
Binary 11010 11000100 110000 1010111 0 1001100 10111 10000000 1001101 101100

Color Harmonies of #1AC430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC430

Black with #1AC430

Text Example


Text Example

White with #1AC430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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