Html Css Color HEX #46E152 Lime Green

📋 copy color: '#46E152'

red 70 ◦ green 225 ◦ blue 82

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

Shades of Lime Green #46E152

Tints of Lime Green #46E152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.68%

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 18.57%
G = 59.68%
B = 21.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#46E152 (or 0x46E152) is known color: Lime Green. HEX triplet: 46, E1 and 52. RGB value is (70,225,82). Sum of RGB (Red+Green+Blue) = 70+225+82=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #46E152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E152 is #B91EAD. Grayscale: #A2A2A2. Windows color (decimal): -12132014 or 5431622. OLE color: 5431622.

HSL color Cylindrical-coordinate representation of color #46E152: hue angle of 124.65º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E152 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 225 82 -
CMYK 0.69 0 0.64 0.12
HSL 124.65º 0.72% 0.58% -
HSV(B) 124.65º 0.69% 0.88% -
XYZ 30.97 55.76 17.11 -
YUV 162.35 82.65 62.13 -
System Red Green Blue C M Y K H S L
Decimal 70 225 82 0.69 0 0.64 0.12 124.65 0.72 0.58
Hex 46 E1 52 45 0 40 C 7D 48 3A
Octal 106 341 122 105 0 100 14 175 110 72
Binary 1000110 11100001 1010010 1000101 0 1000000 1100 1111101 1001000 111010

Color Harmonies of #46E152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E152

Black with #46E152

Text Example


Text Example

White with #46E152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,225,82); }

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

background-color css

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

 a { background-color: rgb(70,225,82); }

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

border-color css

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

 span { border-color: rgb(70,225,82); }

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