Html Css Color HEX #46D032 Lime Green

📋 copy color: '#46D032'

red 70 ◦ green 208 ◦ blue 50

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

Shades of Lime Green #46D032

Tints of Lime Green #46D032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.41%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 21.34%
G = 63.41%
B = 15.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#46D032 (or 0x46D032) is known color: Lime Green. HEX triplet: 46, D0 and 32. RGB value is (70,208,50). Sum of RGB (Red+Green+Blue) = 70+208+50=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 208 (81.64% from 255 or 63.41% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 208 - color contains mainly: green. Hex color #46D032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D032 is #B92FCD. Grayscale: #959595. Windows color (decimal): -12136398 or 3330118. OLE color: 3330118.

HSL color Cylindrical-coordinate representation of color #46D032: hue angle of 112.41º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46D032 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 208 50 -
CMYK 0.66 0 0.76 0.18
HSL 112.41º 0.63% 0.51% -
HSV(B) 112.41º 0.76% 0.82% -
XYZ 25.66 46.64 10.67 -
YUV 148.73 72.28 71.85 -
System Red Green Blue C M Y K H S L
Decimal 70 208 50 0.66 0 0.76 0.18 112.41 0.63 0.51
Hex 46 D0 32 42 0 4C 12 70 3F 33
Octal 106 320 62 102 0 114 22 160 77 63
Binary 1000110 11010000 110010 1000010 0 1001100 10010 1110000 111111 110011

Color Harmonies of #46D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D032

Black with #46D032

Text Example


Text Example

White with #46D032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,208,50); }

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

background-color css

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

 a { background-color: rgb(70,208,50); }

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

border-color css

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

 span { border-color: rgb(70,208,50); }

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