Html Css Color HEX #1EC42A Lime Green

📋 copy color: '#1EC42A'

red 30 ◦ green 196 ◦ blue 42

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

Shades of Lime Green #1EC42A

Tints of Lime Green #1EC42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 73.13%

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

R = 11.19%
G = 73.13%
B = 15.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#1EC42A (or 0x1EC42A) is known color: Lime Green. HEX triplet: 1E, C4 and 2A. RGB value is (30,196,42). Sum of RGB (Red+Green+Blue) = 30+196+42=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC42A is #E13BD5. Grayscale: #818181. Windows color (decimal): -14760918 or 2802718. OLE color: 2802718.

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

Color convert

RGB 30 196 42 -
CMYK 0.85 0 0.79 0.23
HSL 124.34º 0.73% 0.44% -
HSV(B) 124.34º 0.85% 0.77% -
XYZ 20.69 39.92 8.81 -
YUV 128.81 79 57.52 -
System Red Green Blue C M Y K H S L
Decimal 30 196 42 0.85 0 0.79 0.23 124.34 0.73 0.44
Hex 1E C4 2A 55 0 4F 17 7C 49 2C
Octal 36 304 52 125 0 117 27 174 111 54
Binary 11110 11000100 101010 1010101 0 1001111 10111 1111100 1001001 101100

Color Harmonies of #1EC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC42A

Black with #1EC42A

Text Example


Text Example

White with #1EC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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