Html Css Color HEX #46DD3F Lime Green

📋 copy color: '#46DD3F'

red 70 ◦ green 221 ◦ blue 63

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

Shades of Lime Green #46DD3F

Tints of Lime Green #46DD3F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.43%

 BLUE value IS 63 (25% from 255) = 17.8%

R = 19.77%
G = 62.43%
B = 17.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#46DD3F (or 0x46DD3F) is known color: Lime Green. HEX triplet: 46, DD and 3F. RGB value is (70,221,63). Sum of RGB (Red+Green+Blue) = 70+221+63=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD3F is #B922C0. Grayscale: #9E9E9E. Windows color (decimal): -12133057 or 4185414. OLE color: 4185414.

HSL color Cylindrical-coordinate representation of color #46DD3F: hue angle of 117.34º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46DD3F is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 221 63 -
CMYK 0.68 0 0.71 0.13
HSL 117.34º 0.7% 0.56% -
HSV(B) 117.34º 0.71% 0.87% -
XYZ 29.28 53.37 13.46 -
YUV 157.84 74.47 65.35 -
System Red Green Blue C M Y K H S L
Decimal 70 221 63 0.68 0 0.71 0.13 117.34 0.7 0.56
Hex 46 DD 3F 44 0 47 D 75 46 38
Octal 106 335 77 104 0 107 15 165 106 70
Binary 1000110 11011101 111111 1000100 0 1000111 1101 1110101 1000110 111000

Color Harmonies of #46DD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DD3F

Black with #46DD3F

Text Example


Text Example

White with #46DD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,221,63); }

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

background-color css

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

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

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

border-color css

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

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

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