Html Css Color HEX #46D050 Lime Green

📋 copy color: '#46D050'

red 70 ◦ green 208 ◦ blue 80

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

Shades of Lime Green #46D050

Tints of Lime Green #46D050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.1%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 19.55%
G = 58.1%
B = 22.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#46D050 (or 0x46D050) is known color: Lime Green. HEX triplet: 46, D0 and 50. RGB value is (70,208,80). Sum of RGB (Red+Green+Blue) = 70+208+80=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #46D050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D050 is #B92FAF. Grayscale: #989898. Windows color (decimal): -12136368 or 5296198. OLE color: 5296198.

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

Color convert

RGB 70 208 80 -
CMYK 0.66 0 0.62 0.18
HSL 124.35º 0.59% 0.55% -
HSV(B) 124.35º 0.66% 0.82% -
XYZ 26.53 46.99 15.26 -
YUV 152.15 87.28 69.41 -
System Red Green Blue C M Y K H S L
Decimal 70 208 80 0.66 0 0.62 0.18 124.35 0.59 0.55
Hex 46 D0 50 42 0 3E 12 7C 3B 37
Octal 106 320 120 102 0 76 22 174 73 67
Binary 1000110 11010000 1010000 1000010 0 111110 10010 1111100 111011 110111

Color Harmonies of #46D050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D050

Black with #46D050

Text Example


Text Example

White with #46D050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,208,80); }

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

background-color css

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

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

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

border-color css

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

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

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