Html Css Color HEX #1ACE2A Lime Green

📋 copy color: '#1ACE2A'

red 26 ◦ green 206 ◦ blue 42

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

Shades of Lime Green #1ACE2A

Tints of Lime Green #1ACE2A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 75.18%

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 9.49%
G = 75.18%
B = 15.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#1ACE2A (or 0x1ACE2A) is known color: Lime Green. HEX triplet: 1A, CE and 2A. RGB value is (26,206,42). Sum of RGB (Red+Green+Blue) = 26+206+42=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 206 (80.86% from 255 or 75.18% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACE2A is #E531D5. Grayscale: #858585. Windows color (decimal): -15020502 or 2805274. OLE color: 2805274.

HSL color Cylindrical-coordinate representation of color #1ACE2A: hue angle of 125.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACE2A is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 206 42 -
CMYK 0.87 0 0.80 0.19
HSL 125.33º 0.78% 0.45% -
HSV(B) 125.33º 0.87% 0.81% -
XYZ 22.92 44.53 9.58 -
YUV 133.48 76.37 51.34 -
System Red Green Blue C M Y K H S L
Decimal 26 206 42 0.87 0 0.80 0.19 125.33 0.78 0.45
Hex 1A CE 2A 57 0 50 13 7D 4E 2D
Octal 32 316 52 127 0 120 23 175 116 55
Binary 11010 11001110 101010 1010111 0 1010000 10011 1111101 1001110 101101

Color Harmonies of #1ACE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACE2A

Black with #1ACE2A

Text Example


Text Example

White with #1ACE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,206,42); }

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

background-color css

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

 a { background-color: rgb(26,206,42); }

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

border-color css

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

 span { border-color: rgb(26,206,42); }

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