Html Css Color HEX #46E52F Lime Green

📋 copy color: '#46E52F'

red 70 ◦ green 229 ◦ blue 47

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

Shades of Lime Green #46E52F

Tints of Lime Green #46E52F

RGB

 RED value IS 70 (27.73% from 255) = 20.23%

 GREEN value IS 229 (89.84% from 255) = 66.18%

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

R = 20.23%
G = 66.18%
B = 13.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#46E52F (or 0x46E52F) is known color: Lime Green. HEX triplet: 46, E5 and 2F. RGB value is (70,229,47). Sum of RGB (Red+Green+Blue) = 70+229+47=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 229 (89.84% from 255 or 66.18% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 229 - color contains mainly: green. Hex color #46E52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E52F is #B91AD0. Grayscale: #A1A1A1. Windows color (decimal): -12131025 or 3138886. OLE color: 3138886.

HSL color Cylindrical-coordinate representation of color #46E52F: hue angle of 112.42º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46E52F is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 229 47 -
CMYK 0.69 0 0.79 0.10
HSL 112.42º 0.78% 0.54% -
HSV(B) 112.42º 0.79% 0.9% -
XYZ 31.06 57.55 12.16 -
YUV 160.71 63.82 63.3 -
System Red Green Blue C M Y K H S L
Decimal 70 229 47 0.69 0 0.79 0.10 112.42 0.78 0.54
Hex 46 E5 2F 45 0 4F A 70 4E 36
Octal 106 345 57 105 0 117 12 160 116 66
Binary 1000110 11100101 101111 1000101 0 1001111 1010 1110000 1001110 110110

Color Harmonies of #46E52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E52F

Black with #46E52F

Text Example


Text Example

White with #46E52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46E52F; }

 p { color: rgb(70,229,47); }

 H1.HeaderClassName
 {
   color: #46E52F;
 }
 .AnyTagClassName
 {
   color: #46E52F;
 }
</style>

background-color css

<style>
 a { background-color: #46E52F; }

 a { background-color: rgb(70,229,47); }

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

border-color css

<style>
 span { border-color: #46E52F; }

 span { border-color: rgb(70,229,47); }

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