Html Css Color HEX #1ED038 Lime Green

📋 copy color: '#1ED038'

red 30 ◦ green 208 ◦ blue 56

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

Shades of Lime Green #1ED038

Tints of Lime Green #1ED038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.05%

R = 10.2%
G = 70.75%
B = 19.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#1ED038 (or 0x1ED038) is known color: Lime Green. HEX triplet: 1E, D0 and 38. RGB value is (30,208,56). Sum of RGB (Red+Green+Blue) = 30+208+56=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED038 is #E12FC7. Grayscale: #898989. Windows color (decimal): -14757832 or 3723294. OLE color: 3723294.

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

Color convert

RGB 30 208 56 -
CMYK 0.86 0 0.73 0.18
HSL 128.76º 0.75% 0.47% -
HSV(B) 128.76º 0.86% 0.82% -
XYZ 23.81 45.67 11.3 -
YUV 137.45 82.03 51.36 -
System Red Green Blue C M Y K H S L
Decimal 30 208 56 0.86 0 0.73 0.18 128.76 0.75 0.47
Hex 1E D0 38 56 0 49 12 81 4B 2F
Octal 36 320 70 126 0 111 22 201 113 57
Binary 11110 11010000 111000 1010110 0 1001001 10010 10000001 1001011 101111

Color Harmonies of #1ED038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED038

Black with #1ED038

Text Example


Text Example

White with #1ED038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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