Html Css Color HEX #46E020 Lime Green

📋 copy color: '#46E020'

red 70 ◦ green 224 ◦ blue 32

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

Shades of Lime Green #46E020

Tints of Lime Green #46E020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 68.71%

 BLUE value IS 32 (12.89% from 255) = 9.82%

R = 21.47%
G = 68.71%
B = 9.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#46E020 (or 0x46E020) is known color: Lime Green. HEX triplet: 46, E0 and 20. RGB value is (70,224,32). Sum of RGB (Red+Green+Blue) = 70+224+32=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 224 (87.89% from 255 or 68.71% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 224 - color contains mainly: green. Hex color #46E020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E020 is #B91FDF. Grayscale: #9C9C9C. Windows color (decimal): -12132320 or 2154566. OLE color: 2154566.

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

Color convert

RGB 70 224 32 -
CMYK 0.69 0 0.86 0.12
HSL 108.13º 0.76% 0.5% -
HSV(B) 108.13º 0.86% 0.88% -
XYZ 29.44 54.72 10.38 -
YUV 156.07 57.98 66.61 -
System Red Green Blue C M Y K H S L
Decimal 70 224 32 0.69 0 0.86 0.12 108.13 0.76 0.5
Hex 46 E0 20 45 0 56 C 6C 4C 32
Octal 106 340 40 105 0 126 14 154 114 62
Binary 1000110 11100000 100000 1000101 0 1010110 1100 1101100 1001100 110010

Color Harmonies of #46E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E020

Black with #46E020

Text Example


Text Example

White with #46E020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,224,32); }

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

background-color css

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

 a { background-color: rgb(70,224,32); }

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

border-color css

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

 span { border-color: rgb(70,224,32); }

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