Html Css Color HEX #46DF20 Lime Green

📋 copy color: '#46DF20'

red 70 ◦ green 223 ◦ blue 32

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

Shades of Lime Green #46DF20

Tints of Lime Green #46DF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.62%

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

R = 21.54%
G = 68.62%
B = 9.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#46DF20 (or 0x46DF20) is known color: Lime Green. HEX triplet: 46, DF and 20. RGB value is (70,223,32). Sum of RGB (Red+Green+Blue) = 70+223+32=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 223 (87.5% from 255 or 68.62% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DF20 is #B920DF. Grayscale: #9C9C9C. Windows color (decimal): -12132576 or 2154310. OLE color: 2154310.

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

Color convert

RGB 70 223 32 -
CMYK 0.69 0 0.86 0.13
HSL 108.06º 0.75% 0.5% -
HSV(B) 108.06º 0.86% 0.87% -
XYZ 29.17 54.18 10.29 -
YUV 155.48 58.31 67.03 -
System Red Green Blue C M Y K H S L
Decimal 70 223 32 0.69 0 0.86 0.13 108.06 0.75 0.5
Hex 46 DF 20 45 0 56 D 6C 4B 32
Octal 106 337 40 105 0 126 15 154 113 62
Binary 1000110 11011111 100000 1000101 0 1010110 1101 1101100 1001011 110010

Color Harmonies of #46DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DF20

Black with #46DF20

Text Example


Text Example

White with #46DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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