Html Css Color HEX #1EC30E Lime Green

📋 copy color: '#1EC30E'

red 30 ◦ green 195 ◦ blue 14

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

Shades of Lime Green #1EC30E

Tints of Lime Green #1EC30E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 81.59%

 BLUE value IS 14 (5.86% from 255) = 5.86%

R = 12.55%
G = 81.59%
B = 5.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#1EC30E (or 0x1EC30E) is known color: Lime Green. HEX triplet: 1E, C3 and 0E. RGB value is (30,195,14). Sum of RGB (Red+Green+Blue) = 30+195+14=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 195 (76.56% from 255 or 81.59% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC30E is #E13CF1. Grayscale: #7D7D7D. Windows color (decimal): -14761202 or 967454. OLE color: 967454.

HSL color Cylindrical-coordinate representation of color #1EC30E: hue angle of 114.7º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EC30E is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 195 14 -
CMYK 0.85 0 0.93 0.24
HSL 114.7º 0.87% 0.41% -
HSV(B) 114.7º 0.93% 0.76% -
XYZ 20.13 39.34 6.95 -
YUV 125.03 65.34 60.22 -
System Red Green Blue C M Y K H S L
Decimal 30 195 14 0.85 0 0.93 0.24 114.7 0.87 0.41
Hex 1E C3 E 55 0 5D 18 73 57 29
Octal 36 303 16 125 0 135 30 163 127 51
Binary 11110 11000011 1110 1010101 0 1011101 11000 1110011 1010111 101001

Color Harmonies of #1EC30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC30E

Black with #1EC30E

Text Example


Text Example

White with #1EC30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,195,14); }

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

background-color css

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

 a { background-color: rgb(30,195,14); }

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

border-color css

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

 span { border-color: rgb(30,195,14); }

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