Html Css Color HEX #46C732 Lime Green

📋 copy color: '#46C732'

red 70 ◦ green 199 ◦ blue 50

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

Shades of Lime Green #46C732

Tints of Lime Green #46C732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 62.38%

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

R = 21.94%
G = 62.38%
B = 15.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#46C732 (or 0x46C732) is known color: Lime Green. HEX triplet: 46, C7 and 32. RGB value is (70,199,50). Sum of RGB (Red+Green+Blue) = 70+199+50=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 199 (78.12% from 255 or 62.38% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 199 - color contains mainly: green. Hex color #46C732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C732 is #B938CD. Grayscale: #8F8F8F. Windows color (decimal): -12138702 or 3327814. OLE color: 3327814.

HSL color Cylindrical-coordinate representation of color #46C732: hue angle of 111.95º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46C732 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 199 50 -
CMYK 0.65 0 0.75 0.22
HSL 111.95º 0.6% 0.49% -
HSV(B) 111.95º 0.75% 0.78% -
XYZ 23.52 42.38 9.96 -
YUV 143.44 75.26 75.62 -
System Red Green Blue C M Y K H S L
Decimal 70 199 50 0.65 0 0.75 0.22 111.95 0.6 0.49
Hex 46 C7 32 41 0 4B 16 70 3C 31
Octal 106 307 62 101 0 113 26 160 74 61
Binary 1000110 11000111 110010 1000001 0 1001011 10110 1110000 111100 110001

Color Harmonies of #46C732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C732

Black with #46C732

Text Example


Text Example

White with #46C732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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