Html Css Color HEX #1ED02B Lime Green

📋 copy color: '#1ED02B'

red 30 ◦ green 208 ◦ blue 43

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

Shades of Lime Green #1ED02B

Tints of Lime Green #1ED02B

RGB

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

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

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

R = 10.68%
G = 74.02%
B = 15.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#1ED02B (or 0x1ED02B) is known color: Lime Green. HEX triplet: 1E, D0 and 2B. RGB value is (30,208,43). Sum of RGB (Red+Green+Blue) = 30+208+43=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 208 (81.64% from 255 or 74.02% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED02B is #E12FD4. Grayscale: #888888. Windows color (decimal): -14757845 or 2871326. OLE color: 2871326.

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

Color convert

RGB 30 208 43 -
CMYK 0.86 0 0.79 0.18
HSL 124.38º 0.75% 0.47% -
HSV(B) 124.38º 0.86% 0.82% -
XYZ 23.53 45.56 9.84 -
YUV 135.97 75.53 52.42 -
System Red Green Blue C M Y K H S L
Decimal 30 208 43 0.86 0 0.79 0.18 124.38 0.75 0.47
Hex 1E D0 2B 56 0 4F 12 7C 4B 2F
Octal 36 320 53 126 0 117 22 174 113 57
Binary 11110 11010000 101011 1010110 0 1001111 10010 1111100 1001011 101111

Color Harmonies of #1ED02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED02B

Black with #1ED02B

Text Example


Text Example

White with #1ED02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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