Html Css Color HEX #46BB3F Lime Green

📋 copy color: '#46BB3F'

red 70 ◦ green 187 ◦ blue 63

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

Shades of Lime Green #46BB3F

Tints of Lime Green #46BB3F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.44%

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

R = 21.88%
G = 58.44%
B = 19.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#46BB3F (or 0x46BB3F) is known color: Lime Green. HEX triplet: 46, BB and 3F. RGB value is (70,187,63). Sum of RGB (Red+Green+Blue) = 70+187+63=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #46BB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BB3F is #B944C0. Grayscale: #8A8A8A. Windows color (decimal): -12141761 or 4176710. OLE color: 4176710.

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

Color convert

RGB 70 187 63 -
CMYK 0.63 0 0.66 0.27
HSL 116.61º 0.5% 0.49% -
HSV(B) 116.61º 0.66% 0.73% -
XYZ 21.19 37.2 10.77 -
YUV 137.88 85.74 79.58 -
System Red Green Blue C M Y K H S L
Decimal 70 187 63 0.63 0 0.66 0.27 116.61 0.5 0.49
Hex 46 BB 3F 3F 0 42 1B 75 32 31
Octal 106 273 77 77 0 102 33 165 62 61
Binary 1000110 10111011 111111 111111 0 1000010 11011 1110101 110010 110001

Color Harmonies of #46BB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BB3F

Black with #46BB3F

Text Example


Text Example

White with #46BB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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