Html Css Color HEX #1ECC2F Lime Green

📋 copy color: '#1ECC2F'

red 30 ◦ green 204 ◦ blue 47

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

Shades of Lime Green #1ECC2F

Tints of Lime Green #1ECC2F

RGB

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

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

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

R = 10.68%
G = 72.6%
B = 16.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#1ECC2F (or 0x1ECC2F) is known color: Lime Green. HEX triplet: 1E, CC and 2F. RGB value is (30,204,47). Sum of RGB (Red+Green+Blue) = 30+204+47=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 204 (80.08% from 255 or 72.60% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC2F is #E133D0. Grayscale: #868686. Windows color (decimal): -14758865 or 3132446. OLE color: 3132446.

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

Color convert

RGB 30 204 47 -
CMYK 0.85 0 0.77 0.2
HSL 125.86º 0.74% 0.46% -
HSV(B) 125.86º 0.85% 0.8% -
XYZ 22.64 43.67 9.92 -
YUV 134.08 78.85 53.77 -
System Red Green Blue C M Y K H S L
Decimal 30 204 47 0.85 0 0.77 0.2 125.86 0.74 0.46
Hex 1E CC 2F 55 0 4D 14 7E 4A 2E
Octal 36 314 57 125 0 115 24 176 112 56
Binary 11110 11001100 101111 1010101 0 1001101 10100 1111110 1001010 101110

Color Harmonies of #1ECC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECC2F

Black with #1ECC2F

Text Example


Text Example

White with #1ECC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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