Html Css Color HEX #1EC325 Lime Green

📋 copy color: '#1EC325'

red 30 ◦ green 195 ◦ blue 37

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

Shades of Lime Green #1EC325

Tints of Lime Green #1EC325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 74.43%

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 11.45%
G = 74.43%
B = 14.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#1EC325 (or 0x1EC325) is known color: Lime Green. HEX triplet: 1E, C3 and 25. RGB value is (30,195,37). Sum of RGB (Red+Green+Blue) = 30+195+37=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 195 (76.56% from 255 or 74.43% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC325 is #E13CDA. Grayscale: #808080. Windows color (decimal): -14761179 or 2474782. OLE color: 2474782.

HSL color Cylindrical-coordinate representation of color #1EC325: hue angle of 122.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC325 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 195 37 -
CMYK 0.85 0 0.81 0.24
HSL 122.55º 0.73% 0.44% -
HSV(B) 122.55º 0.85% 0.76% -
XYZ 20.38 39.44 8.29 -
YUV 127.65 76.84 58.35 -
System Red Green Blue C M Y K H S L
Decimal 30 195 37 0.85 0 0.81 0.24 122.55 0.73 0.44
Hex 1E C3 25 55 0 51 18 7B 49 2C
Octal 36 303 45 125 0 121 30 173 111 54
Binary 11110 11000011 100101 1010101 0 1010001 11000 1111011 1001001 101100

Color Harmonies of #1EC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC325

Black with #1EC325

Text Example


Text Example

White with #1EC325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,195,37); }

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

background-color css

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

 a { background-color: rgb(30,195,37); }

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

border-color css

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

 span { border-color: rgb(30,195,37); }

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