Html Css Color HEX #1ED735 Lime Green

📋 copy color: '#1ED735'

red 30 ◦ green 215 ◦ blue 53

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

Shades of Lime Green #1ED735

Tints of Lime Green #1ED735

RGB

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

 GREEN value IS 215 (84.38% from 255) = 72.15%

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 10.07%
G = 72.15%
B = 17.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#1ED735 (or 0x1ED735) is known color: Lime Green. HEX triplet: 1E, D7 and 35. RGB value is (30,215,53). Sum of RGB (Red+Green+Blue) = 30+215+53=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 215 (84.38% from 255 or 72.15% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED735 is #E128CA. Grayscale: #8D8D8D. Windows color (decimal): -14756043 or 3528478. OLE color: 3528478.

HSL color Cylindrical-coordinate representation of color #1ED735: hue angle of 127.46º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED735 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 215 53 -
CMYK 0.86 0 0.75 0.16
HSL 127.46º 0.76% 0.48% -
HSV(B) 127.46º 0.86% 0.84% -
XYZ 25.48 49.13 11.51 -
YUV 141.22 78.21 48.67 -
System Red Green Blue C M Y K H S L
Decimal 30 215 53 0.86 0 0.75 0.16 127.46 0.76 0.48
Hex 1E D7 35 56 0 4B 10 7F 4C 30
Octal 36 327 65 126 0 113 20 177 114 60
Binary 11110 11010111 110101 1010110 0 1001011 10000 1111111 1001100 110000

Color Harmonies of #1ED735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED735

Black with #1ED735

Text Example


Text Example

White with #1ED735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,215,53); }

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

background-color css

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

 a { background-color: rgb(30,215,53); }

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

border-color css

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

 span { border-color: rgb(30,215,53); }

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