Html Css Color HEX #1EC52A Lime Green

📋 copy color: '#1EC52A'

red 30 ◦ green 197 ◦ blue 42

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

Shades of Lime Green #1EC52A

Tints of Lime Green #1EC52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 73.23%

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 11.15%
G = 73.23%
B = 15.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#1EC52A (or 0x1EC52A) is known color: Lime Green. HEX triplet: 1E, C5 and 2A. RGB value is (30,197,42). Sum of RGB (Red+Green+Blue) = 30+197+42=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC52A is #E13AD5. Grayscale: #818181. Windows color (decimal): -14760662 or 2802974. OLE color: 2802974.

HSL color Cylindrical-coordinate representation of color #1EC52A: hue angle of 124.31º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC52A is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 30 197 42 -
CMYK 0.85 0 0.79 0.23
HSL 124.31º 0.74% 0.45% -
HSV(B) 124.31º 0.85% 0.77% -
XYZ 20.92 40.38 8.88 -
YUV 129.4 78.67 57.1 -
System Red Green Blue C M Y K H S L
Decimal 30 197 42 0.85 0 0.79 0.23 124.31 0.74 0.45
Hex 1E C5 2A 55 0 4F 17 7C 4A 2D
Octal 36 305 52 125 0 117 27 174 112 55
Binary 11110 11000101 101010 1010101 0 1001111 10111 1111100 1001010 101101

Color Harmonies of #1EC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC52A

Black with #1EC52A

Text Example


Text Example

White with #1EC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,197,42); }

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

background-color css

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

 a { background-color: rgb(30,197,42); }

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

border-color css

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

 span { border-color: rgb(30,197,42); }

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