Html Css Color HEX #46D246 Lime Green

📋 copy color: '#46D246'

red 70 ◦ green 210 ◦ blue 70

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

Shades of Lime Green #46D246

Tints of Lime Green #46D246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60%

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

R = 20%
G = 60%
B = 20%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#46D246 (or 0x46D246) is known color: Lime Green. HEX triplet: 46, D2 and 46. RGB value is (70,210,70). Sum of RGB (Red+Green+Blue) = 70+210+70=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #46D246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D246 is #B92DB9. Grayscale: #989898. Windows color (decimal): -12135866 or 4641350. OLE color: 4641350.

HSL color Cylindrical-coordinate representation of color #46D246: hue angle of 120º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D246 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 210 70 -
CMYK 0.67 0 0.67 0.18
HSL 120º 0.61% 0.55% -
HSV(B) 120º 0.67% 0.82% -
XYZ 26.68 47.84 13.62 -
YUV 152.18 81.62 69.38 -
System Red Green Blue C M Y K H S L
Decimal 70 210 70 0.67 0 0.67 0.18 120 0.61 0.55
Hex 46 D2 46 43 0 43 12 78 3D 37
Octal 106 322 106 103 0 103 22 170 75 67
Binary 1000110 11010010 1000110 1000011 0 1000011 10010 1111000 111101 110111

Color Harmonies of #46D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D246

Black with #46D246

Text Example


Text Example

White with #46D246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,210,70); }

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

background-color css

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

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

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

border-color css

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

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

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