Html Css Color HEX #1EDE2B Lime Green

📋 copy color: '#1EDE2B'

red 30 ◦ green 222 ◦ blue 43

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

Shades of Lime Green #1EDE2B

Tints of Lime Green #1EDE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 75.25%

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 10.17%
G = 75.25%
B = 14.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#1EDE2B (or 0x1EDE2B) is known color: Lime Green. HEX triplet: 1E, DE and 2B. RGB value is (30,222,43). Sum of RGB (Red+Green+Blue) = 30+222+43=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 222 (87.11% from 255 or 75.25% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE2B is #E121D4. Grayscale: #909090. Windows color (decimal): -14754261 or 2874910. OLE color: 2874910.

HSL color Cylindrical-coordinate representation of color #1EDE2B: hue angle of 124.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDE2B is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 222 43 -
CMYK 0.86 0 0.81 0.13
HSL 124.06º 0.76% 0.49% -
HSV(B) 124.06º 0.86% 0.87% -
XYZ 27.09 52.69 11.03 -
YUV 144.19 70.89 46.55 -
System Red Green Blue C M Y K H S L
Decimal 30 222 43 0.86 0 0.81 0.13 124.06 0.76 0.49
Hex 1E DE 2B 56 0 51 D 7C 4C 31
Octal 36 336 53 126 0 121 15 174 114 61
Binary 11110 11011110 101011 1010110 0 1010001 1101 1111100 1001100 110001

Color Harmonies of #1EDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE2B

Black with #1EDE2B

Text Example


Text Example

White with #1EDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,222,43); }

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

background-color css

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

 a { background-color: rgb(30,222,43); }

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

border-color css

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

 span { border-color: rgb(30,222,43); }

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