Html Css Color HEX #1ED53D Lime Green

📋 copy color: '#1ED53D'

red 30 ◦ green 213 ◦ blue 61

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

Shades of Lime Green #1ED53D

Tints of Lime Green #1ED53D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 70.07%

 BLUE value IS 61 (24.22% from 255) = 20.07%

R = 9.87%
G = 70.07%
B = 20.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#1ED53D (or 0x1ED53D) is known color: Lime Green. HEX triplet: 1E, D5 and 3D. RGB value is (30,213,61). Sum of RGB (Red+Green+Blue) = 30+213+61=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED53D is #E12AC2. Grayscale: #8D8D8D. Windows color (decimal): -14756547 or 4052254. OLE color: 4052254.

HSL color Cylindrical-coordinate representation of color #1ED53D: hue angle of 130.16º degrees, saturation: 0.75, 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 #1ED53D is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 213 61 -
CMYK 0.86 0 0.71 0.16
HSL 130.16º 0.75% 0.48% -
HSV(B) 130.16º 0.86% 0.84% -
XYZ 25.17 48.2 12.39 -
YUV 140.96 82.87 48.86 -
System Red Green Blue C M Y K H S L
Decimal 30 213 61 0.86 0 0.71 0.16 130.16 0.75 0.48
Hex 1E D5 3D 56 0 47 10 82 4B 30
Octal 36 325 75 126 0 107 20 202 113 60
Binary 11110 11010101 111101 1010110 0 1000111 10000 10000010 1001011 110000

Color Harmonies of #1ED53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED53D

Black with #1ED53D

Text Example


Text Example

White with #1ED53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,213,61); }

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

background-color css

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

 a { background-color: rgb(30,213,61); }

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

border-color css

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

 span { border-color: rgb(30,213,61); }

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