Html Css Color HEX #46BD3F Lime Green

📋 copy color: '#46BD3F'

red 70 ◦ green 189 ◦ blue 63

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

Shades of Lime Green #46BD3F

Tints of Lime Green #46BD3F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 58.7%

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

R = 21.74%
G = 58.7%
B = 19.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#46BD3F (or 0x46BD3F) is known color: Lime Green. HEX triplet: 46, BD and 3F. RGB value is (70,189,63). Sum of RGB (Red+Green+Blue) = 70+189+63=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 189 (74.22% from 255 or 58.70% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 189 - color contains mainly: green. Hex color #46BD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BD3F is #B942C0. Grayscale: #8B8B8B. Windows color (decimal): -12141249 or 4177222. OLE color: 4177222.

HSL color Cylindrical-coordinate representation of color #46BD3F: hue angle of 116.67º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46BD3F is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 189 63 -
CMYK 0.63 0 0.67 0.26
HSL 116.67º 0.5% 0.49% -
HSV(B) 116.67º 0.67% 0.74% -
XYZ 21.62 38.06 10.91 -
YUV 139.06 85.08 78.75 -
System Red Green Blue C M Y K H S L
Decimal 70 189 63 0.63 0 0.67 0.26 116.67 0.5 0.49
Hex 46 BD 3F 3F 0 43 1A 75 32 31
Octal 106 275 77 77 0 103 32 165 62 61
Binary 1000110 10111101 111111 111111 0 1000011 11010 1110101 110010 110001

Color Harmonies of #46BD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BD3F

Black with #46BD3F

Text Example


Text Example

White with #46BD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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