Html Css Color HEX #1ECF2D Lime Green

📋 copy color: '#1ECF2D'

red 30 ◦ green 207 ◦ blue 45

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

Shades of Lime Green #1ECF2D

Tints of Lime Green #1ECF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 73.4%

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

R = 10.64%
G = 73.4%
B = 15.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#1ECF2D (or 0x1ECF2D) is known color: Lime Green. HEX triplet: 1E, CF and 2D. RGB value is (30,207,45). Sum of RGB (Red+Green+Blue) = 30+207+45=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECF2D is #E130D2. Grayscale: #888888. Windows color (decimal): -14758099 or 3002142. OLE color: 3002142.

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

Color convert

RGB 30 207 45 -
CMYK 0.86 0 0.78 0.19
HSL 125.08º 0.75% 0.46% -
HSV(B) 125.08º 0.86% 0.81% -
XYZ 23.32 45.09 9.96 -
YUV 135.61 76.86 52.67 -
System Red Green Blue C M Y K H S L
Decimal 30 207 45 0.86 0 0.78 0.19 125.08 0.75 0.46
Hex 1E CF 2D 56 0 4E 13 7D 4B 2E
Octal 36 317 55 126 0 116 23 175 113 56
Binary 11110 11001111 101101 1010110 0 1001110 10011 1111101 1001011 101110

Color Harmonies of #1ECF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECF2D

Black with #1ECF2D

Text Example


Text Example

White with #1ECF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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