Html Css Color HEX #1EB714 Lime Green

📋 copy color: '#1EB714'

red 30 ◦ green 183 ◦ blue 20

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

Shades of Lime Green #1EB714

Tints of Lime Green #1EB714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 78.54%

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 12.88%
G = 78.54%
B = 8.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#1EB714 (or 0x1EB714) is known color: Lime Green. HEX triplet: 1E, B7 and 14. RGB value is (30,183,20). Sum of RGB (Red+Green+Blue) = 30+183+20=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 183 (71.88% from 255 or 78.54% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 183 - color contains mainly: green. Hex color #1EB714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB714 is #E148EB. Grayscale: #777777. Windows color (decimal): -14764268 or 1357598. OLE color: 1357598.

HSL color Cylindrical-coordinate representation of color #1EB714: hue angle of 116.32º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EB714 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 30 183 20 -
CMYK 0.84 0 0.89 0.28
HSL 116.32º 0.8% 0.4% -
HSV(B) 116.32º 0.89% 0.72% -
XYZ 17.6 34.19 6.33 -
YUV 118.67 72.31 64.75 -
System Red Green Blue C M Y K H S L
Decimal 30 183 20 0.84 0 0.89 0.28 116.32 0.8 0.4
Hex 1E B7 14 54 0 59 1C 74 50 28
Octal 36 267 24 124 0 131 34 164 120 50
Binary 11110 10110111 10100 1010100 0 1011001 11100 1110100 1010000 101000

Color Harmonies of #1EB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB714

Black with #1EB714

Text Example


Text Example

White with #1EB714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,183,20); }

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

background-color css

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

 a { background-color: rgb(30,183,20); }

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

border-color css

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

 span { border-color: rgb(30,183,20); }

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