Html Css Color HEX #1EEC30 Lime Green

📋 copy color: '#1EEC30'

red 30 ◦ green 236 ◦ blue 48

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

Shades of Lime Green #1EEC30

Tints of Lime Green #1EEC30

RGB

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

 GREEN value IS 236 (92.58% from 255) = 75.16%

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

R = 9.55%
G = 75.16%
B = 15.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#1EEC30 (or 0x1EEC30) is known color: Lime Green. HEX triplet: 1E, EC and 30. RGB value is (30,236,48). Sum of RGB (Red+Green+Blue) = 30+236+48=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 236 (92.58% from 255 or 75.16% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 236 - color contains mainly: green. Hex color #1EEC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEC30 is #E113CF. Grayscale: #999999. Windows color (decimal): -14750672 or 3206174. OLE color: 3206174.

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

Color convert

RGB 30 236 48 -
CMYK 0.87 0 0.80 0.07
HSL 125.24º 0.84% 0.52% -
HSV(B) 125.24º 0.87% 0.93% -
XYZ 31.06 60.48 12.83 -
YUV 152.97 68.75 40.29 -
System Red Green Blue C M Y K H S L
Decimal 30 236 48 0.87 0 0.80 0.07 125.24 0.84 0.52
Hex 1E EC 30 57 0 50 7 7D 54 34
Octal 36 354 60 127 0 120 7 175 124 64
Binary 11110 11101100 110000 1010111 0 1010000 111 1111101 1010100 110100

Color Harmonies of #1EEC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEC30

Black with #1EEC30

Text Example


Text Example

White with #1EEC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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