Html Css Color HEX #46D840 Lime Green

📋 copy color: '#46D840'

red 70 ◦ green 216 ◦ blue 64

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

Shades of Lime Green #46D840

Tints of Lime Green #46D840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.71%

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

R = 20%
G = 61.71%
B = 18.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#46D840 (or 0x46D840) is known color: Lime Green. HEX triplet: 46, D8 and 40. RGB value is (70,216,64). Sum of RGB (Red+Green+Blue) = 70+216+64=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #46D840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D840 is #B927BF. Grayscale: #9B9B9B. Windows color (decimal): -12134336 or 4249670. OLE color: 4249670.

HSL color Cylindrical-coordinate representation of color #46D840: hue angle of 117.63º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46D840 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 216 64 -
CMYK 0.68 0 0.70 0.15
HSL 117.63º 0.66% 0.55% -
HSV(B) 117.63º 0.7% 0.85% -
XYZ 28.01 50.78 13.18 -
YUV 155.02 76.63 67.36 -
System Red Green Blue C M Y K H S L
Decimal 70 216 64 0.68 0 0.70 0.15 117.63 0.66 0.55
Hex 46 D8 40 44 0 46 F 76 42 37
Octal 106 330 100 104 0 106 17 166 102 67
Binary 1000110 11011000 1000000 1000100 0 1000110 1111 1110110 1000010 110111

Color Harmonies of #46D840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D840

Black with #46D840

Text Example


Text Example

White with #46D840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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