Html Css Color HEX #1ECF30 Lime Green

📋 copy color: '#1ECF30'

red 30 ◦ green 207 ◦ blue 48

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

Shades of Lime Green #1ECF30

Tints of Lime Green #1ECF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 10.53%
G = 72.63%
B = 16.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#1ECF30 (or 0x1ECF30) is known color: Lime Green. HEX triplet: 1E, CF and 30. RGB value is (30,207,48). Sum of RGB (Red+Green+Blue) = 30+207+48=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECF30 is #E130CF. Grayscale: #888888. Windows color (decimal): -14758096 or 3198750. OLE color: 3198750.

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

Color convert

RGB 30 207 48 -
CMYK 0.86 0 0.77 0.19
HSL 126.1º 0.75% 0.46% -
HSV(B) 126.1º 0.86% 0.81% -
XYZ 23.38 45.12 10.27 -
YUV 135.95 78.36 52.43 -
System Red Green Blue C M Y K H S L
Decimal 30 207 48 0.86 0 0.77 0.19 126.1 0.75 0.46
Hex 1E CF 30 56 0 4D 13 7E 4B 2E
Octal 36 317 60 126 0 115 23 176 113 56
Binary 11110 11001111 110000 1010110 0 1001101 10011 1111110 1001011 101110

Color Harmonies of #1ECF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECF30

Black with #1ECF30

Text Example


Text Example

White with #1ECF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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