Html Css Color HEX #1ED02A Lime Green

📋 copy color: '#1ED02A'

red 30 ◦ green 208 ◦ blue 42

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

Shades of Lime Green #1ED02A

Tints of Lime Green #1ED02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 10.71%
G = 74.29%
B = 15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#1ED02A (or 0x1ED02A) is known color: Lime Green. HEX triplet: 1E, D0 and 2A. RGB value is (30,208,42). Sum of RGB (Red+Green+Blue) = 30+208+42=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 208 (81.64% from 255 or 74.29% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED02A is #E12FD5. Grayscale: #888888. Windows color (decimal): -14757846 or 2805790. OLE color: 2805790.

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

Color convert

RGB 30 208 42 -
CMYK 0.86 0 0.80 0.18
HSL 124.04º 0.75% 0.47% -
HSV(B) 124.04º 0.86% 0.82% -
XYZ 23.51 45.55 9.74 -
YUV 135.85 75.03 52.5 -
System Red Green Blue C M Y K H S L
Decimal 30 208 42 0.86 0 0.80 0.18 124.04 0.75 0.47
Hex 1E D0 2A 56 0 50 12 7C 4B 2F
Octal 36 320 52 126 0 120 22 174 113 57
Binary 11110 11010000 101010 1010110 0 1010000 10010 1111100 1001011 101111

Color Harmonies of #1ED02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED02A

Black with #1ED02A

Text Example


Text Example

White with #1ED02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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