Html Css Color HEX #46D33F Lime Green

📋 copy color: '#46D33F'

red 70 ◦ green 211 ◦ blue 63

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

Shades of Lime Green #46D33F

Tints of Lime Green #46D33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 61.34%

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

R = 20.35%
G = 61.34%
B = 18.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#46D33F (or 0x46D33F) is known color: Lime Green. HEX triplet: 46, D3 and 3F. RGB value is (70,211,63). Sum of RGB (Red+Green+Blue) = 70+211+63=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 211 (82.81% from 255 or 61.34% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 211 - color contains mainly: green. Hex color #46D33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D33F is #B92CC0. Grayscale: #989898. Windows color (decimal): -12135617 or 4182854. OLE color: 4182854.

HSL color Cylindrical-coordinate representation of color #46D33F: hue angle of 117.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46D33F is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 70 211 63 -
CMYK 0.67 0 0.70 0.17
HSL 117.16º 0.63% 0.54% -
HSV(B) 117.16º 0.7% 0.83% -
XYZ 26.72 48.25 12.61 -
YUV 151.97 77.79 69.53 -
System Red Green Blue C M Y K H S L
Decimal 70 211 63 0.67 0 0.70 0.17 117.16 0.63 0.54
Hex 46 D3 3F 43 0 46 11 75 3F 36
Octal 106 323 77 103 0 106 21 165 77 66
Binary 1000110 11010011 111111 1000011 0 1000110 10001 1110101 111111 110110

Color Harmonies of #46D33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D33F

Black with #46D33F

Text Example


Text Example

White with #46D33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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