Html Css Color HEX #46BF40 Lime Green

📋 copy color: '#46BF40'

red 70 ◦ green 191 ◦ blue 64

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

Shades of Lime Green #46BF40

Tints of Lime Green #46BF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 21.54%
G = 58.77%
B = 19.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#46BF40 (or 0x46BF40) is known color: Lime Green. HEX triplet: 46, BF and 40. RGB value is (70,191,64). Sum of RGB (Red+Green+Blue) = 70+191+64=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BF40 is #B940BF. Grayscale: #8C8C8C. Windows color (decimal): -12140736 or 4243270. OLE color: 4243270.

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

Color convert

RGB 70 191 64 -
CMYK 0.63 0 0.66 0.25
HSL 117.17º 0.5% 0.5% -
HSV(B) 117.17º 0.66% 0.75% -
XYZ 22.08 38.93 11.2 -
YUV 140.34 84.91 77.83 -
System Red Green Blue C M Y K H S L
Decimal 70 191 64 0.63 0 0.66 0.25 117.17 0.5 0.5
Hex 46 BF 40 3F 0 42 19 75 32 32
Octal 106 277 100 77 0 102 31 165 62 62
Binary 1000110 10111111 1000000 111111 0 1000010 11001 1110101 110010 110010

Color Harmonies of #46BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BF40

Black with #46BF40

Text Example


Text Example

White with #46BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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