Html Css Color HEX #46BF3A Lime Green

📋 copy color: '#46BF3A'

red 70 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #46BF3A

Tints of Lime Green #46BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 59.87%

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 21.94%
G = 59.87%
B = 18.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#46BF3A (or 0x46BF3A) is known color: Lime Green. HEX triplet: 46, BF and 3A. RGB value is (70,191,58). Sum of RGB (Red+Green+Blue) = 70+191+58=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BF3A is #B940C5. Grayscale: #8C8C8C. Windows color (decimal): -12140742 or 3850054. OLE color: 3850054.

HSL color Cylindrical-coordinate representation of color #46BF3A: hue angle of 114.59º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46BF3A is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 191 58 -
CMYK 0.63 0 0.70 0.25
HSL 114.59º 0.53% 0.49% -
HSV(B) 114.59º 0.7% 0.75% -
XYZ 21.92 38.87 10.35 -
YUV 139.66 81.91 78.31 -
System Red Green Blue C M Y K H S L
Decimal 70 191 58 0.63 0 0.70 0.25 114.59 0.53 0.49
Hex 46 BF 3A 3F 0 46 19 73 35 31
Octal 106 277 72 77 0 106 31 163 65 61
Binary 1000110 10111111 111010 111111 0 1000110 11001 1110011 110101 110001

Color Harmonies of #46BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BF3A

Black with #46BF3A

Text Example


Text Example

White with #46BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,191,58); }

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

background-color css

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

 a { background-color: rgb(70,191,58); }

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

border-color css

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

 span { border-color: rgb(70,191,58); }

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