Html Css Color HEX #1ED03F Lime Green

📋 copy color: '#1ED03F'

red 30 ◦ green 208 ◦ blue 63

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

Shades of Lime Green #1ED03F

Tints of Lime Green #1ED03F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 69.1%

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

R = 9.97%
G = 69.1%
B = 20.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#1ED03F (or 0x1ED03F) is known color: Lime Green. HEX triplet: 1E, D0 and 3F. RGB value is (30,208,63). Sum of RGB (Red+Green+Blue) = 30+208+63=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED03F is #E12FC0. Grayscale: #8A8A8A. Windows color (decimal): -14757825 or 4182046. OLE color: 4182046.

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

Color convert

RGB 30 208 63 -
CMYK 0.86 0 0.70 0.18
HSL 131.12º 0.75% 0.47% -
HSV(B) 131.12º 0.86% 0.82% -
XYZ 23.99 45.75 12.27 -
YUV 138.25 85.53 50.79 -
System Red Green Blue C M Y K H S L
Decimal 30 208 63 0.86 0 0.70 0.18 131.12 0.75 0.47
Hex 1E D0 3F 56 0 46 12 83 4B 2F
Octal 36 320 77 126 0 106 22 203 113 57
Binary 11110 11010000 111111 1010110 0 1000110 10010 10000011 1001011 101111

Color Harmonies of #1ED03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED03F

Black with #1ED03F

Text Example


Text Example

White with #1ED03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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