Html Css Color HEX #46C32F Lime Green

📋 copy color: '#46C32F'

red 70 ◦ green 195 ◦ blue 47

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

Shades of Lime Green #46C32F

Tints of Lime Green #46C32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.5%

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 22.44%
G = 62.5%
B = 15.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#46C32F (or 0x46C32F) is known color: Lime Green. HEX triplet: 46, C3 and 2F. RGB value is (70,195,47). Sum of RGB (Red+Green+Blue) = 70+195+47=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #46C32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C32F is #B93CD0. Grayscale: #8D8D8D. Windows color (decimal): -12139729 or 3130182. OLE color: 3130182.

HSL color Cylindrical-coordinate representation of color #46C32F: hue angle of 110.68º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46C32F is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 195 47 -
CMYK 0.64 0 0.76 0.24
HSL 110.68º 0.61% 0.47% -
HSV(B) 110.68º 0.76% 0.76% -
XYZ 22.55 40.54 9.33 -
YUV 140.75 75.09 77.53 -
System Red Green Blue C M Y K H S L
Decimal 70 195 47 0.64 0 0.76 0.24 110.68 0.61 0.47
Hex 46 C3 2F 40 0 4C 18 6F 3D 2F
Octal 106 303 57 100 0 114 30 157 75 57
Binary 1000110 11000011 101111 1000000 0 1001100 11000 1101111 111101 101111

Color Harmonies of #46C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C32F

Black with #46C32F

Text Example


Text Example

White with #46C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,195,47); }

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

background-color css

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

 a { background-color: rgb(70,195,47); }

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

border-color css

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

 span { border-color: rgb(70,195,47); }

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