Html Css Color HEX #1EC52F Lime Green

📋 copy color: '#1EC52F'

red 30 ◦ green 197 ◦ blue 47

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

Shades of Lime Green #1EC52F

Tints of Lime Green #1EC52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.15%

R = 10.95%
G = 71.9%
B = 17.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#1EC52F (or 0x1EC52F) is known color: Lime Green. HEX triplet: 1E, C5 and 2F. RGB value is (30,197,47). Sum of RGB (Red+Green+Blue) = 30+197+47=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC52F is #E13AD0. Grayscale: #828282. Windows color (decimal): -14760657 or 3130654. OLE color: 3130654.

HSL color Cylindrical-coordinate representation of color #1EC52F: hue angle of 126.11º 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 #1EC52F is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 30 197 47 -
CMYK 0.85 0 0.76 0.23
HSL 126.11º 0.74% 0.45% -
HSV(B) 126.11º 0.85% 0.77% -
XYZ 21.01 40.41 9.38 -
YUV 129.97 81.17 56.7 -
System Red Green Blue C M Y K H S L
Decimal 30 197 47 0.85 0 0.76 0.23 126.11 0.74 0.45
Hex 1E C5 2F 55 0 4C 17 7E 4A 2D
Octal 36 305 57 125 0 114 27 176 112 55
Binary 11110 11000101 101111 1010101 0 1001100 10111 1111110 1001010 101101

Color Harmonies of #1EC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC52F

Black with #1EC52F

Text Example


Text Example

White with #1EC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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