Html Css Color HEX #1ED30F Lime Green

📋 copy color: '#1ED30F'

red 30 ◦ green 211 ◦ blue 15

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

Shades of Lime Green #1ED30F

Tints of Lime Green #1ED30F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 82.42%

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

R = 11.72%
G = 82.42%
B = 5.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#1ED30F (or 0x1ED30F) is known color: Lime Green. HEX triplet: 1E, D3 and 0F. RGB value is (30,211,15). Sum of RGB (Red+Green+Blue) = 30+211+15=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 211 (82.81% from 255 or 82.42% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED30F is #E12CF0. Grayscale: #878787. Windows color (decimal): -14757105 or 1037086. OLE color: 1037086.

HSL color Cylindrical-coordinate representation of color #1ED30F: hue angle of 115.41º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1ED30F is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 30 211 15 -
CMYK 0.86 0 0.93 0.17
HSL 115.41º 0.87% 0.44% -
HSV(B) 115.41º 0.93% 0.83% -
XYZ 23.92 46.9 8.24 -
YUV 134.54 60.53 53.44 -
System Red Green Blue C M Y K H S L
Decimal 30 211 15 0.86 0 0.93 0.17 115.41 0.87 0.44
Hex 1E D3 F 56 0 5D 11 73 57 2C
Octal 36 323 17 126 0 135 21 163 127 54
Binary 11110 11010011 1111 1010110 0 1011101 10001 1110011 1010111 101100

Color Harmonies of #1ED30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED30F

Black with #1ED30F

Text Example


Text Example

White with #1ED30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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