Html Css Color HEX #1ECE2D Lime Green

📋 copy color: '#1ECE2D'

red 30 ◦ green 206 ◦ blue 45

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

Shades of Lime Green #1ECE2D

Tints of Lime Green #1ECE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 73.31%

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 10.68%
G = 73.31%
B = 16.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#1ECE2D (or 0x1ECE2D) is known color: Lime Green. HEX triplet: 1E, CE and 2D. RGB value is (30,206,45). Sum of RGB (Red+Green+Blue) = 30+206+45=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE2D is #E131D2. Grayscale: #878787. Windows color (decimal): -14758355 or 3001886. OLE color: 3001886.

HSL color Cylindrical-coordinate representation of color #1ECE2D: hue angle of 125.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECE2D is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 206 45 -
CMYK 0.85 0 0.78 0.19
HSL 125.11º 0.75% 0.46% -
HSV(B) 125.11º 0.85% 0.81% -
XYZ 23.08 44.61 9.88 -
YUV 135.02 77.19 53.09 -
System Red Green Blue C M Y K H S L
Decimal 30 206 45 0.85 0 0.78 0.19 125.11 0.75 0.46
Hex 1E CE 2D 55 0 4E 13 7D 4B 2E
Octal 36 316 55 125 0 116 23 175 113 56
Binary 11110 11001110 101101 1010101 0 1001110 10011 1111101 1001011 101110

Color Harmonies of #1ECE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECE2D

Black with #1ECE2D

Text Example


Text Example

White with #1ECE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,206,45); }

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

background-color css

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

 a { background-color: rgb(30,206,45); }

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

border-color css

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

 span { border-color: rgb(30,206,45); }

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