Html Css Color HEX #1ECC13 Lime Green

📋 copy color: '#1ECC13'

red 30 ◦ green 204 ◦ blue 19

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

Shades of Lime Green #1ECC13

Tints of Lime Green #1ECC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 11.86%
G = 80.63%
B = 7.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#1ECC13 (or 0x1ECC13) is known color: Lime Green. HEX triplet: 1E, CC and 13. RGB value is (30,204,19). Sum of RGB (Red+Green+Blue) = 30+204+19=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 204 (80.08% from 255 or 80.63% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECC13 is #E133EC. Grayscale: #838383. Windows color (decimal): -14758893 or 1297438. OLE color: 1297438.

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

Color convert

RGB 30 204 19 -
CMYK 0.85 0 0.91 0.2
HSL 116.43º 0.83% 0.44% -
HSV(B) 116.43º 0.91% 0.8% -
XYZ 22.25 43.51 7.84 -
YUV 130.88 64.85 56.04 -
System Red Green Blue C M Y K H S L
Decimal 30 204 19 0.85 0 0.91 0.2 116.43 0.83 0.44
Hex 1E CC 13 55 0 5B 14 74 53 2C
Octal 36 314 23 125 0 133 24 164 123 54
Binary 11110 11001100 10011 1010101 0 1011011 10100 1110100 1010011 101100

Color Harmonies of #1ECC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECC13

Black with #1ECC13

Text Example


Text Example

White with #1ECC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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