Html Css Color HEX #1ED43F Lime Green

📋 copy color: '#1ED43F'

red 30 ◦ green 212 ◦ blue 63

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

Shades of Lime Green #1ED43F

Tints of Lime Green #1ED43F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 69.51%

 BLUE value IS 63 (25% from 255) = 20.66%

R = 9.84%
G = 69.51%
B = 20.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#1ED43F (or 0x1ED43F) is known color: Lime Green. HEX triplet: 1E, D4 and 3F. RGB value is (30,212,63). Sum of RGB (Red+Green+Blue) = 30+212+63=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 212 (83.20% from 255 or 69.51% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED43F is #E12BC0. Grayscale: #8D8D8D. Windows color (decimal): -14756801 or 4183070. OLE color: 4183070.

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

Color convert

RGB 30 212 63 -
CMYK 0.86 0 0.70 0.17
HSL 130.88º 0.75% 0.47% -
HSV(B) 130.88º 0.86% 0.83% -
XYZ 24.98 47.72 12.6 -
YUV 140.6 84.2 49.12 -
System Red Green Blue C M Y K H S L
Decimal 30 212 63 0.86 0 0.70 0.17 130.88 0.75 0.47
Hex 1E D4 3F 56 0 46 11 83 4B 2F
Octal 36 324 77 126 0 106 21 203 113 57
Binary 11110 11010100 111111 1010110 0 1000110 10001 10000011 1001011 101111

Color Harmonies of #1ED43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED43F

Black with #1ED43F

Text Example


Text Example

White with #1ED43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,212,63); }

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

background-color css

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

 a { background-color: rgb(30,212,63); }

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

border-color css

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

 span { border-color: rgb(30,212,63); }

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