Html Css Color HEX #1ED01B Lime Green

📋 copy color: '#1ED01B'

red 30 ◦ green 208 ◦ blue 27

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

Shades of Lime Green #1ED01B

Tints of Lime Green #1ED01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 11.32%
G = 78.49%
B = 10.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#1ED01B (or 0x1ED01B) is known color: Lime Green. HEX triplet: 1E, D0 and 1B. RGB value is (30,208,27). Sum of RGB (Red+Green+Blue) = 30+208+27=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 208 (81.64% from 255 or 78.49% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED01B is #E12FE4. Grayscale: #868686. Windows color (decimal): -14757861 or 1822750. OLE color: 1822750.

HSL color Cylindrical-coordinate representation of color #1ED01B: hue angle of 119.01º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ED01B is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 208 27 -
CMYK 0.86 0 0.87 0.18
HSL 119.01º 0.77% 0.46% -
HSV(B) 119.01º 0.87% 0.82% -
XYZ 23.29 45.47 8.59 -
YUV 134.14 67.53 53.72 -
System Red Green Blue C M Y K H S L
Decimal 30 208 27 0.86 0 0.87 0.18 119.01 0.77 0.46
Hex 1E D0 1B 56 0 57 12 77 4D 2E
Octal 36 320 33 126 0 127 22 167 115 56
Binary 11110 11010000 11011 1010110 0 1010111 10010 1110111 1001101 101110

Color Harmonies of #1ED01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED01B

Black with #1ED01B

Text Example


Text Example

White with #1ED01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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