Html Css Color HEX #1AC52F Lime Green

📋 copy color: '#1AC52F'

red 26 ◦ green 197 ◦ blue 47

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

Shades of Lime Green #1AC52F

Tints of Lime Green #1AC52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 72.96%

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 9.63%
G = 72.96%
B = 17.41%

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

#1AC52F (or 0x1AC52F) is known color: Lime Green. HEX triplet: 1A, C5 and 2F. RGB value is (26,197,47). Sum of RGB (Red+Green+Blue) = 26+197+47=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 197 (77.34% from 255 or 72.96% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC52F is #E53AD0. Grayscale: #818181. Windows color (decimal): -15022801 or 3130650. OLE color: 3130650.

HSL color Cylindrical-coordinate representation of color #1AC52F: hue angle of 127.37º 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 #1AC52F is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 26 197 47 -
CMYK 0.87 0 0.76 0.23
HSL 127.37º 0.77% 0.44% -
HSV(B) 127.37º 0.87% 0.77% -
XYZ 20.91 40.36 9.38 -
YUV 128.77 81.85 54.7 -
System Red Green Blue C M Y K H S L
Decimal 26 197 47 0.87 0 0.76 0.23 127.37 0.77 0.44
Hex 1A C5 2F 57 0 4C 17 7F 4D 2C
Octal 32 305 57 127 0 114 27 177 115 54
Binary 11010 11000101 101111 1010111 0 1001100 10111 1111111 1001101 101100

Color Harmonies of #1AC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC52F

Black with #1AC52F

Text Example


Text Example

White with #1AC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,197,47); }

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

background-color css

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

 a { background-color: rgb(26,197,47); }

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

border-color css

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

 span { border-color: rgb(26,197,47); }

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