Html Css Color HEX #1EC82A Lime Green

📋 copy color: '#1EC82A'

red 30 ◦ green 200 ◦ blue 42

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

Shades of Lime Green #1EC82A

Tints of Lime Green #1EC82A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 73.53%

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

R = 11.03%
G = 73.53%
B = 15.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#1EC82A (or 0x1EC82A) is known color: Lime Green. HEX triplet: 1E, C8 and 2A. RGB value is (30,200,42). Sum of RGB (Red+Green+Blue) = 30+200+42=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 200 (78.52% from 255 or 73.53% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 200 - color contains mainly: green. Hex color #1EC82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC82A is #E137D5. Grayscale: #838383. Windows color (decimal): -14759894 or 2803742. OLE color: 2803742.

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

Color convert

RGB 30 200 42 -
CMYK 0.85 0 0.79 0.22
HSL 124.24º 0.74% 0.45% -
HSV(B) 124.24º 0.85% 0.78% -
XYZ 21.61 41.75 9.11 -
YUV 131.16 77.68 55.85 -
System Red Green Blue C M Y K H S L
Decimal 30 200 42 0.85 0 0.79 0.22 124.24 0.74 0.45
Hex 1E C8 2A 55 0 4F 16 7C 4A 2D
Octal 36 310 52 125 0 117 26 174 112 55
Binary 11110 11001000 101010 1010101 0 1001111 10110 1111100 1001010 101101

Color Harmonies of #1EC82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC82A

Black with #1EC82A

Text Example


Text Example

White with #1EC82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,200,42); }

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

background-color css

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

 a { background-color: rgb(30,200,42); }

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

border-color css

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

 span { border-color: rgb(30,200,42); }

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