Html Css Color HEX #1EDA1F Lime Green

📋 copy color: '#1EDA1F'

red 30 ◦ green 218 ◦ blue 31

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

Shades of Lime Green #1EDA1F

Tints of Lime Green #1EDA1F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 78.14%

 BLUE value IS 31 (12.5% from 255) = 11.11%

R = 10.75%
G = 78.14%
B = 11.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#1EDA1F (or 0x1EDA1F) is known color: Lime Green. HEX triplet: 1E, DA and 1F. RGB value is (30,218,31). Sum of RGB (Red+Green+Blue) = 30+218+31=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 218 (85.55% from 255 or 78.14% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDA1F is #E125E0. Grayscale: #8D8D8D. Windows color (decimal): -14755297 or 2087454. OLE color: 2087454.

HSL color Cylindrical-coordinate representation of color #1EDA1F: hue angle of 120.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDA1F is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 218 31 -
CMYK 0.86 0 0.86 0.15
HSL 120.32º 0.76% 0.49% -
HSV(B) 120.32º 0.86% 0.85% -
XYZ 25.85 50.52 9.68 -
YUV 140.47 66.22 49.21 -
System Red Green Blue C M Y K H S L
Decimal 30 218 31 0.86 0 0.86 0.15 120.32 0.76 0.49
Hex 1E DA 1F 56 0 56 F 78 4C 31
Octal 36 332 37 126 0 126 17 170 114 61
Binary 11110 11011010 11111 1010110 0 1010110 1111 1111000 1001100 110001

Color Harmonies of #1EDA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDA1F

Black with #1EDA1F

Text Example


Text Example

White with #1EDA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,218,31); }

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

background-color css

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

 a { background-color: rgb(30,218,31); }

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

border-color css

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

 span { border-color: rgb(30,218,31); }

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