Html Css Color HEX #46D055 Lime Green

📋 copy color: '#46D055'

red 70 ◦ green 208 ◦ blue 85

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

Shades of Lime Green #46D055

Tints of Lime Green #46D055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 19.28%
G = 57.3%
B = 23.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#46D055 (or 0x46D055) is known color: Lime Green. HEX triplet: 46, D0 and 55. RGB value is (70,208,85). Sum of RGB (Red+Green+Blue) = 70+208+85=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #46D055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D055 is #B92FAA. Grayscale: #999999. Windows color (decimal): -12136363 or 5623878. OLE color: 5623878.

HSL color Cylindrical-coordinate representation of color #46D055: hue angle of 126.52º 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 #46D055 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 208 85 -
CMYK 0.66 0 0.59 0.18
HSL 126.52º 0.59% 0.55% -
HSV(B) 126.52º 0.66% 0.82% -
XYZ 26.72 47.07 16.27 -
YUV 152.72 89.78 69 -
System Red Green Blue C M Y K H S L
Decimal 70 208 85 0.66 0 0.59 0.18 126.52 0.59 0.55
Hex 46 D0 55 42 0 3B 12 7F 3B 37
Octal 106 320 125 102 0 73 22 177 73 67
Binary 1000110 11010000 1010101 1000010 0 111011 10010 1111111 111011 110111

Color Harmonies of #46D055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D055

Black with #46D055

Text Example


Text Example

White with #46D055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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