Html Css Color HEX #1ED02F Lime Green

📋 copy color: '#1ED02F'

red 30 ◦ green 208 ◦ blue 47

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

Shades of Lime Green #1ED02F

Tints of Lime Green #1ED02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 10.53%
G = 72.98%
B = 16.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#1ED02F (or 0x1ED02F) is known color: Lime Green. HEX triplet: 1E, D0 and 2F. RGB value is (30,208,47). Sum of RGB (Red+Green+Blue) = 30+208+47=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 208 (81.64% from 255 or 72.98% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED02F is #E12FD0. Grayscale: #888888. Windows color (decimal): -14757841 or 3133470. OLE color: 3133470.

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

Color convert

RGB 30 208 47 -
CMYK 0.86 0 0.77 0.18
HSL 125.73º 0.75% 0.47% -
HSV(B) 125.73º 0.86% 0.82% -
XYZ 23.6 45.59 10.25 -
YUV 136.42 77.53 52.09 -
System Red Green Blue C M Y K H S L
Decimal 30 208 47 0.86 0 0.77 0.18 125.73 0.75 0.47
Hex 1E D0 2F 56 0 4D 12 7E 4B 2F
Octal 36 320 57 126 0 115 22 176 113 57
Binary 11110 11010000 101111 1010110 0 1001101 10010 1111110 1001011 101111

Color Harmonies of #1ED02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED02F

Black with #1ED02F

Text Example


Text Example

White with #1ED02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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