Html Css Color HEX #1EC930 Lime Green

📋 copy color: '#1EC930'

red 30 ◦ green 201 ◦ blue 48

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

Shades of Lime Green #1EC930

Tints of Lime Green #1EC930

RGB

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

 GREEN value IS 201 (78.91% from 255) = 72.04%

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 10.75%
G = 72.04%
B = 17.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#1EC930 (or 0x1EC930) is known color: Lime Green. HEX triplet: 1E, C9 and 30. RGB value is (30,201,48). Sum of RGB (Red+Green+Blue) = 30+201+48=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 201 (78.91% from 255 or 72.04% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC930 is #E136CF. Grayscale: #848484. Windows color (decimal): -14759632 or 3197214. OLE color: 3197214.

HSL color Cylindrical-coordinate representation of color #1EC930: hue angle of 126.32º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC930 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 201 48 -
CMYK 0.85 0 0.76 0.21
HSL 126.32º 0.74% 0.45% -
HSV(B) 126.32º 0.85% 0.79% -
XYZ 21.96 42.26 9.8 -
YUV 132.43 80.35 54.94 -
System Red Green Blue C M Y K H S L
Decimal 30 201 48 0.85 0 0.76 0.21 126.32 0.74 0.45
Hex 1E C9 30 55 0 4C 15 7E 4A 2D
Octal 36 311 60 125 0 114 25 176 112 55
Binary 11110 11001001 110000 1010101 0 1001100 10101 1111110 1001010 101101

Color Harmonies of #1EC930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC930

Black with #1EC930

Text Example


Text Example

White with #1EC930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,201,48); }

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

background-color css

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

 a { background-color: rgb(30,201,48); }

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

border-color css

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

 span { border-color: rgb(30,201,48); }

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