Html Css Color HEX #1EC026 Lime Green

📋 copy color: '#1EC026'

red 30 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #1EC026

Tints of Lime Green #1EC026

RGB

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

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

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

R = 11.54%
G = 73.85%
B = 14.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#1EC026 (or 0x1EC026) is known color: Lime Green. HEX triplet: 1E, C0 and 26. RGB value is (30,192,38). Sum of RGB (Red+Green+Blue) = 30+192+38=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 192 (75.39% from 255 or 73.85% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC026 is #E13FD9. Grayscale: #7E7E7E. Windows color (decimal): -14761946 or 2539550. OLE color: 2539550.

HSL color Cylindrical-coordinate representation of color #1EC026: hue angle of 122.96º 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 #1EC026 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 192 38 -
CMYK 0.84 0 0.80 0.25
HSL 122.96º 0.73% 0.44% -
HSV(B) 122.96º 0.84% 0.75% -
XYZ 19.73 38.12 8.15 -
YUV 126.01 78.33 59.52 -
System Red Green Blue C M Y K H S L
Decimal 30 192 38 0.84 0 0.80 0.25 122.96 0.73 0.44
Hex 1E C0 26 54 0 50 19 7B 49 2C
Octal 36 300 46 124 0 120 31 173 111 54
Binary 11110 11000000 100110 1010100 0 1010000 11001 1111011 1001001 101100

Color Harmonies of #1EC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC026

Black with #1EC026

Text Example


Text Example

White with #1EC026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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