Html Css Color HEX #1EC02A Lime Green

📋 copy color: '#1EC02A'

red 30 ◦ green 192 ◦ blue 42

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

Shades of Lime Green #1EC02A

Tints of Lime Green #1EC02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 72.73%

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

R = 11.36%
G = 72.73%
B = 15.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#1EC02A (or 0x1EC02A) is known color: Lime Green. HEX triplet: 1E, C0 and 2A. RGB value is (30,192,42). Sum of RGB (Red+Green+Blue) = 30+192+42=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC02A is #E13FD5. Grayscale: #7E7E7E. Windows color (decimal): -14761942 or 2801694. OLE color: 2801694.

HSL color Cylindrical-coordinate representation of color #1EC02A: hue angle of 124.44º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC02A is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 192 42 -
CMYK 0.84 0 0.78 0.25
HSL 124.44º 0.73% 0.44% -
HSV(B) 124.44º 0.84% 0.75% -
XYZ 19.8 38.14 8.51 -
YUV 126.46 80.33 59.2 -
System Red Green Blue C M Y K H S L
Decimal 30 192 42 0.84 0 0.78 0.25 124.44 0.73 0.44
Hex 1E C0 2A 54 0 4E 19 7C 49 2C
Octal 36 300 52 124 0 116 31 174 111 54
Binary 11110 11000000 101010 1010100 0 1001110 11001 1111100 1001001 101100

Color Harmonies of #1EC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC02A

Black with #1EC02A

Text Example


Text Example

White with #1EC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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