Html Css Color HEX #1AE430 Lime Green

📋 copy color: '#1AE430'

red 26 ◦ green 228 ◦ blue 48

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

Shades of Lime Green #1AE430

Tints of Lime Green #1AE430

RGB

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

 GREEN value IS 228 (89.45% from 255) = 75.5%

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

R = 8.61%
G = 75.5%
B = 15.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#1AE430 (or 0x1AE430) is known color: Lime Green. HEX triplet: 1A, E4 and 30. RGB value is (26,228,48). Sum of RGB (Red+Green+Blue) = 26+228+48=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 228 (89.45% from 255 or 75.50% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 228 - color contains mainly: green. Hex color #1AE430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE430 is #E51BCF. Grayscale: #939393. Windows color (decimal): -15014864 or 3204122. OLE color: 3204122.

HSL color Cylindrical-coordinate representation of color #1AE430: hue angle of 126.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE430 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 26 228 48 -
CMYK 0.89 0 0.79 0.11
HSL 126.53º 0.8% 0.5% -
HSV(B) 126.53º 0.89% 0.89% -
XYZ 28.7 55.92 12.08 -
YUV 147.08 72.08 41.64 -
System Red Green Blue C M Y K H S L
Decimal 26 228 48 0.89 0 0.79 0.11 126.53 0.8 0.5
Hex 1A E4 30 59 0 4F B 7F 50 32
Octal 32 344 60 131 0 117 13 177 120 62
Binary 11010 11100100 110000 1011001 0 1001111 1011 1111111 1010000 110010

Color Harmonies of #1AE430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE430

Black with #1AE430

Text Example


Text Example

White with #1AE430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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