Html Css Color HEX #1AEC34 Lime Green

📋 copy color: '#1AEC34'

red 26 ◦ green 236 ◦ blue 52

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

Shades of Lime Green #1AEC34

Tints of Lime Green #1AEC34

RGB

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

 GREEN value IS 236 (92.58% from 255) = 75.16%

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 8.28%
G = 75.16%
B = 16.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#1AEC34 (or 0x1AEC34) is known color: Lime Green. HEX triplet: 1A, EC and 34. RGB value is (26,236,52). Sum of RGB (Red+Green+Blue) = 26+236+52=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 236 (92.58% from 255 or 75.16% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 236 - color contains mainly: green. Hex color #1AEC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AEC34 is #E513CB. Grayscale: #989898. Windows color (decimal): -15012812 or 3468314. OLE color: 3468314.

HSL color Cylindrical-coordinate representation of color #1AEC34: hue angle of 127.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEC34 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 236 52 -
CMYK 0.89 0 0.78 0.07
HSL 127.43º 0.85% 0.51% -
HSV(B) 127.43º 0.89% 0.93% -
XYZ 31.04 60.46 13.28 -
YUV 152.23 71.43 37.96 -
System Red Green Blue C M Y K H S L
Decimal 26 236 52 0.89 0 0.78 0.07 127.43 0.85 0.51
Hex 1A EC 34 59 0 4E 7 7F 55 33
Octal 32 354 64 131 0 116 7 177 125 63
Binary 11010 11101100 110100 1011001 0 1001110 111 1111111 1010101 110011

Color Harmonies of #1AEC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEC34

Black with #1AEC34

Text Example


Text Example

White with #1AEC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,236,52); }

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

background-color css

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

 a { background-color: rgb(26,236,52); }

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

border-color css

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

 span { border-color: rgb(26,236,52); }

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