Html Css Color HEX #1ED63D Lime Green

📋 copy color: '#1ED63D'

red 30 ◦ green 214 ◦ blue 61

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

Shades of Lime Green #1ED63D

Tints of Lime Green #1ED63D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 70.16%

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

R = 9.84%
G = 70.16%
B = 20%

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

#1ED63D (or 0x1ED63D) is known color: Lime Green. HEX triplet: 1E, D6 and 3D. RGB value is (30,214,61). Sum of RGB (Red+Green+Blue) = 30+214+61=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED63D is #E129C2. Grayscale: #8D8D8D. Windows color (decimal): -14756291 or 4052510. OLE color: 4052510.

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

Color convert

RGB 30 214 61 -
CMYK 0.86 0 0.71 0.16
HSL 130.11º 0.75% 0.48% -
HSV(B) 130.11º 0.86% 0.84% -
XYZ 25.42 48.71 12.48 -
YUV 141.54 82.54 48.44 -
System Red Green Blue C M Y K H S L
Decimal 30 214 61 0.86 0 0.71 0.16 130.11 0.75 0.48
Hex 1E D6 3D 56 0 47 10 82 4B 30
Octal 36 326 75 126 0 107 20 202 113 60
Binary 11110 11010110 111101 1010110 0 1000111 10000 10000010 1001011 110000

Color Harmonies of #1ED63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED63D

Black with #1ED63D

Text Example


Text Example

White with #1ED63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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