Html Css Color HEX #1ED431 Lime Green

📋 copy color: '#1ED431'

red 30 ◦ green 212 ◦ blue 49

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

Shades of Lime Green #1ED431

Tints of Lime Green #1ED431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 10.31%
G = 72.85%
B = 16.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#1ED431 (or 0x1ED431) is known color: Lime Green. HEX triplet: 1E, D4 and 31. RGB value is (30,212,49). Sum of RGB (Red+Green+Blue) = 30+212+49=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 212 (83.20% from 255 or 72.85% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED431 is #E12BCE. Grayscale: #8B8B8B. Windows color (decimal): -14756815 or 3265566. OLE color: 3265566.

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

Color convert

RGB 30 212 49 -
CMYK 0.86 0 0.77 0.17
HSL 126.26º 0.75% 0.47% -
HSV(B) 126.26º 0.86% 0.83% -
XYZ 24.63 47.58 10.79 -
YUV 139 77.2 50.25 -
System Red Green Blue C M Y K H S L
Decimal 30 212 49 0.86 0 0.77 0.17 126.26 0.75 0.47
Hex 1E D4 31 56 0 4D 11 7E 4B 2F
Octal 36 324 61 126 0 115 21 176 113 57
Binary 11110 11010100 110001 1010110 0 1001101 10001 1111110 1001011 101111

Color Harmonies of #1ED431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED431

Black with #1ED431

Text Example


Text Example

White with #1ED431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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