Html Css Color HEX #1ED72F Lime Green

📋 copy color: '#1ED72F'

red 30 ◦ green 215 ◦ blue 47

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

Shades of Lime Green #1ED72F

Tints of Lime Green #1ED72F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.63%

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 10.27%
G = 73.63%
B = 16.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#1ED72F (or 0x1ED72F) is known color: Lime Green. HEX triplet: 1E, D7 and 2F. RGB value is (30,215,47). Sum of RGB (Red+Green+Blue) = 30+215+47=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 215 (84.38% from 255 or 73.63% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED72F is #E128D0. Grayscale: #8D8D8D. Windows color (decimal): -14756049 or 3135262. OLE color: 3135262.

HSL color Cylindrical-coordinate representation of color #1ED72F: hue angle of 125.51º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED72F is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 215 47 -
CMYK 0.86 0 0.78 0.16
HSL 125.51º 0.76% 0.48% -
HSV(B) 125.51º 0.86% 0.84% -
XYZ 25.35 49.08 10.83 -
YUV 140.53 75.21 49.16 -
System Red Green Blue C M Y K H S L
Decimal 30 215 47 0.86 0 0.78 0.16 125.51 0.76 0.48
Hex 1E D7 2F 56 0 4E 10 7E 4C 30
Octal 36 327 57 126 0 116 20 176 114 60
Binary 11110 11010111 101111 1010110 0 1001110 10000 1111110 1001100 110000

Color Harmonies of #1ED72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED72F

Black with #1ED72F

Text Example


Text Example

White with #1ED72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,215,47); }

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

background-color css

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

 a { background-color: rgb(30,215,47); }

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

border-color css

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

 span { border-color: rgb(30,215,47); }

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