Html Css Color HEX #46BF31 Lime Green

📋 copy color: '#46BF31'

red 70 ◦ green 191 ◦ blue 49

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

Shades of Lime Green #46BF31

Tints of Lime Green #46BF31

RGB

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

 GREEN value IS 191 (75% from 255) = 61.61%

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 22.58%
G = 61.61%
B = 15.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#46BF31 (or 0x46BF31) is known color: Lime Green. HEX triplet: 46, BF and 31. RGB value is (70,191,49). Sum of RGB (Red+Green+Blue) = 70+191+49=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BF31 is #B940CE. Grayscale: #8B8B8B. Windows color (decimal): -12140751 or 3260230. OLE color: 3260230.

HSL color Cylindrical-coordinate representation of color #46BF31: hue angle of 111.13º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46BF31 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 191 49 -
CMYK 0.63 0 0.74 0.25
HSL 111.13º 0.59% 0.47% -
HSV(B) 111.13º 0.74% 0.75% -
XYZ 21.71 38.79 9.25 -
YUV 138.63 77.41 79.05 -
System Red Green Blue C M Y K H S L
Decimal 70 191 49 0.63 0 0.74 0.25 111.13 0.59 0.47
Hex 46 BF 31 3F 0 4A 19 6F 3B 2F
Octal 106 277 61 77 0 112 31 157 73 57
Binary 1000110 10111111 110001 111111 0 1001010 11001 1101111 111011 101111

Color Harmonies of #46BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BF31

Black with #46BF31

Text Example


Text Example

White with #46BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,191,49); }

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

background-color css

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

 a { background-color: rgb(70,191,49); }

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

border-color css

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

 span { border-color: rgb(70,191,49); }

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