Html Css Color HEX #1ECC1F Lime Green

📋 copy color: '#1ECC1F'

red 30 ◦ green 204 ◦ blue 31

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

Shades of Lime Green #1ECC1F

Tints of Lime Green #1ECC1F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 76.98%

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

R = 11.32%
G = 76.98%
B = 11.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#1ECC1F (or 0x1ECC1F) is known color: Lime Green. HEX triplet: 1E, CC and 1F. RGB value is (30,204,31). Sum of RGB (Red+Green+Blue) = 30+204+31=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 204 (80.08% from 255 or 76.98% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC1F is #E133E0. Grayscale: #848484. Windows color (decimal): -14758881 or 2083870. OLE color: 2083870.

HSL color Cylindrical-coordinate representation of color #1ECC1F: hue angle of 120.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECC1F is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 204 31 -
CMYK 0.85 0 0.85 0.2
HSL 120.34º 0.74% 0.46% -
HSV(B) 120.34º 0.85% 0.8% -
XYZ 22.38 43.56 8.53 -
YUV 132.25 70.85 55.07 -
System Red Green Blue C M Y K H S L
Decimal 30 204 31 0.85 0 0.85 0.2 120.34 0.74 0.46
Hex 1E CC 1F 55 0 55 14 78 4A 2E
Octal 36 314 37 125 0 125 24 170 112 56
Binary 11110 11001100 11111 1010101 0 1010101 10100 1111000 1001010 101110

Color Harmonies of #1ECC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECC1F

Black with #1ECC1F

Text Example


Text Example

White with #1ECC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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