Html Css Color HEX #1EC00D Lime Green

📋 copy color: '#1EC00D'

red 30 ◦ green 192 ◦ blue 13

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

Shades of Lime Green #1EC00D

Tints of Lime Green #1EC00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 12.77%
G = 81.7%
B = 5.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#1EC00D (or 0x1EC00D) is known color: Lime Green. HEX triplet: 1E, C0 and 0D. RGB value is (30,192,13). Sum of RGB (Red+Green+Blue) = 30+192+13=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC00D is #E13FF2. Grayscale: #7B7B7B. Windows color (decimal): -14761971 or 901150. OLE color: 901150.

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

Color convert

RGB 30 192 13 -
CMYK 0.84 0 0.93 0.25
HSL 114.3º 0.87% 0.4% -
HSV(B) 114.3º 0.93% 0.75% -
XYZ 19.46 38 6.69 -
YUV 123.16 65.83 61.55 -
System Red Green Blue C M Y K H S L
Decimal 30 192 13 0.84 0 0.93 0.25 114.3 0.87 0.4
Hex 1E C0 D 54 0 5D 19 72 57 28
Octal 36 300 15 124 0 135 31 162 127 50
Binary 11110 11000000 1101 1010100 0 1011101 11001 1110010 1010111 101000

Color Harmonies of #1EC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC00D

Black with #1EC00D

Text Example


Text Example

White with #1EC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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