Html Css Color HEX #46F540 Lime Green

📋 copy color: '#46F540'

red 70 ◦ green 245 ◦ blue 64

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

Shades of Lime Green #46F540

Tints of Lime Green #46F540

RGB

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

 GREEN value IS 245 (96.09% from 255) = 64.64%

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

R = 18.47%
G = 64.64%
B = 16.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#46F540 (or 0x46F540) is known color: Lime Green. HEX triplet: 46, F5 and 40. RGB value is (70,245,64). Sum of RGB (Red+Green+Blue) = 70+245+64=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #46F540 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F540 is #B90ABF. Grayscale: #ACACAC. Windows color (decimal): -12126912 or 4257094. OLE color: 4257094.

HSL color Cylindrical-coordinate representation of color #46F540: hue angle of 118.01º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46F540 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 245 64 -
CMYK 0.71 0 0.74 0.04
HSL 118.01º 0.9% 0.61% -
HSV(B) 118.01º 0.74% 0.96% -
XYZ 36.1 66.98 15.88 -
YUV 172.04 67.02 55.22 -
System Red Green Blue C M Y K H S L
Decimal 70 245 64 0.71 0 0.74 0.04 118.01 0.9 0.61
Hex 46 F5 40 47 0 4A 4 76 5A 3D
Octal 106 365 100 107 0 112 4 166 132 75
Binary 1000110 11110101 1000000 1000111 0 1001010 100 1110110 1011010 111101

Color Harmonies of #46F540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F540

Black with #46F540

Text Example


Text Example

White with #46F540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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