Html Css Color HEX #1ECC3A Lime Green

📋 copy color: '#1ECC3A'

red 30 ◦ green 204 ◦ blue 58

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

Shades of Lime Green #1ECC3A

Tints of Lime Green #1ECC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 10.27%
G = 69.86%
B = 19.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#1ECC3A (or 0x1ECC3A) is known color: Lime Green. HEX triplet: 1E, CC and 3A. RGB value is (30,204,58). Sum of RGB (Red+Green+Blue) = 30+204+58=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 204 (80.08% from 255 or 69.86% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC3A is #E133C5. Grayscale: #878787. Windows color (decimal): -14758854 or 3853342. OLE color: 3853342.

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

Color convert

RGB 30 204 58 -
CMYK 0.85 0 0.72 0.2
HSL 129.66º 0.74% 0.46% -
HSV(B) 129.66º 0.85% 0.8% -
XYZ 22.89 43.77 11.24 -
YUV 135.33 84.35 52.87 -
System Red Green Blue C M Y K H S L
Decimal 30 204 58 0.85 0 0.72 0.2 129.66 0.74 0.46
Hex 1E CC 3A 55 0 48 14 82 4A 2E
Octal 36 314 72 125 0 110 24 202 112 56
Binary 11110 11001100 111010 1010101 0 1001000 10100 10000010 1001010 101110

Color Harmonies of #1ECC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECC3A

Black with #1ECC3A

Text Example


Text Example

White with #1ECC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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