Html Css Color HEX #1EC526 Lime Green

📋 copy color: '#1EC526'

red 30 ◦ green 197 ◦ blue 38

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

Shades of Lime Green #1EC526

Tints of Lime Green #1EC526

RGB

 RED value IS 30 (12.11% from 255) = 11.32%

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

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 11.32%
G = 74.34%
B = 14.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#1EC526 (or 0x1EC526) is known color: Lime Green. HEX triplet: 1E, C5 and 26. RGB value is (30,197,38). Sum of RGB (Red+Green+Blue) = 30+197+38=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 197 (77.34% from 255 or 74.34% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC526 is #E13AD9. Grayscale: #818181. Windows color (decimal): -14760666 or 2540830. OLE color: 2540830.

HSL color Cylindrical-coordinate representation of color #1EC526: hue angle of 122.87º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC526 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 30 197 38 -
CMYK 0.85 0 0.81 0.23
HSL 122.87º 0.74% 0.45% -
HSV(B) 122.87º 0.85% 0.77% -
XYZ 20.85 40.35 8.52 -
YUV 128.94 76.67 57.43 -
System Red Green Blue C M Y K H S L
Decimal 30 197 38 0.85 0 0.81 0.23 122.87 0.74 0.45
Hex 1E C5 26 55 0 51 17 7B 4A 2D
Octal 36 305 46 125 0 121 27 173 112 55
Binary 11110 11000101 100110 1010101 0 1010001 10111 1111011 1001010 101101

Color Harmonies of #1EC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC526

Black with #1EC526

Text Example


Text Example

White with #1EC526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,197,38); }

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

background-color css

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

 a { background-color: rgb(30,197,38); }

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

border-color css

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

 span { border-color: rgb(30,197,38); }

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