Html Css Color HEX #1EC00F Lime Green

📋 copy color: '#1EC00F'

red 30 ◦ green 192 ◦ blue 15

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

Shades of Lime Green #1EC00F

Tints of Lime Green #1EC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 12.66%
G = 81.01%
B = 6.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#1EC00F (or 0x1EC00F) is known color: Lime Green. HEX triplet: 1E, C0 and 0F. RGB value is (30,192,15). Sum of RGB (Red+Green+Blue) = 30+192+15=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC00F is #E13FF0. Grayscale: #7B7B7B. Windows color (decimal): -14761969 or 1032222. OLE color: 1032222.

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

Color convert

RGB 30 192 15 -
CMYK 0.84 0 0.92 0.25
HSL 114.92º 0.86% 0.41% -
HSV(B) 114.92º 0.92% 0.75% -
XYZ 19.47 38.01 6.76 -
YUV 123.38 66.83 61.39 -
System Red Green Blue C M Y K H S L
Decimal 30 192 15 0.84 0 0.92 0.25 114.92 0.86 0.41
Hex 1E C0 F 54 0 5C 19 73 56 29
Octal 36 300 17 124 0 134 31 163 126 51
Binary 11110 11000000 1111 1010100 0 1011100 11001 1110011 1010110 101001

Color Harmonies of #1EC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC00F

Black with #1EC00F

Text Example


Text Example

White with #1EC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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