Html Css Color HEX #1ED922 Lime Green

📋 copy color: '#1ED922'

red 30 ◦ green 217 ◦ blue 34

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

Shades of Lime Green #1ED922

Tints of Lime Green #1ED922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.1%

R = 10.68%
G = 77.22%
B = 12.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#1ED922 (or 0x1ED922) is known color: Lime Green. HEX triplet: 1E, D9 and 22. RGB value is (30,217,34). Sum of RGB (Red+Green+Blue) = 30+217+34=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 217 (85.16% from 255 or 77.22% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED922 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED922 is #E126DD. Grayscale: #8C8C8C. Windows color (decimal): -14755550 or 2283806. OLE color: 2283806.

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

Color convert

RGB 30 217 34 -
CMYK 0.86 0 0.84 0.15
HSL 121.28º 0.76% 0.48% -
HSV(B) 121.28º 0.86% 0.85% -
XYZ 25.64 50.02 9.82 -
YUV 140.23 68.05 49.38 -
System Red Green Blue C M Y K H S L
Decimal 30 217 34 0.86 0 0.84 0.15 121.28 0.76 0.48
Hex 1E D9 22 56 0 54 F 79 4C 30
Octal 36 331 42 126 0 124 17 171 114 60
Binary 11110 11011001 100010 1010110 0 1010100 1111 1111001 1001100 110000

Color Harmonies of #1ED922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED922

Black with #1ED922

Text Example


Text Example

White with #1ED922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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