Html Css Color HEX #1ED934 Lime Green

📋 copy color: '#1ED934'

red 30 ◦ green 217 ◦ blue 52

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

Shades of Lime Green #1ED934

Tints of Lime Green #1ED934

RGB

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

 GREEN value IS 217 (85.16% from 255) = 72.58%

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 10.03%
G = 72.58%
B = 17.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#1ED934 (or 0x1ED934) is known color: Lime Green. HEX triplet: 1E, D9 and 34. RGB value is (30,217,52). Sum of RGB (Red+Green+Blue) = 30+217+52=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 217 (85.16% from 255 or 72.58% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED934 is #E126CB. Grayscale: #8E8E8E. Windows color (decimal): -14755532 or 3463454. OLE color: 3463454.

HSL color Cylindrical-coordinate representation of color #1ED934: hue angle of 127.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED934 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 217 52 -
CMYK 0.86 0 0.76 0.15
HSL 127.06º 0.76% 0.48% -
HSV(B) 127.06º 0.86% 0.85% -
XYZ 25.97 50.15 11.56 -
YUV 142.28 77.05 47.92 -
System Red Green Blue C M Y K H S L
Decimal 30 217 52 0.86 0 0.76 0.15 127.06 0.76 0.48
Hex 1E D9 34 56 0 4C F 7F 4C 30
Octal 36 331 64 126 0 114 17 177 114 60
Binary 11110 11011001 110100 1010110 0 1001100 1111 1111111 1001100 110000

Color Harmonies of #1ED934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED934

Black with #1ED934

Text Example


Text Example

White with #1ED934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,217,52); }

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

background-color css

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

 a { background-color: rgb(30,217,52); }

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

border-color css

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

 span { border-color: rgb(30,217,52); }

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