Html Css Color HEX #46BF3D Lime Green

📋 copy color: '#46BF3D'

red 70 ◦ green 191 ◦ blue 61

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

Shades of Lime Green #46BF3D

Tints of Lime Green #46BF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 21.74%
G = 59.32%
B = 18.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#46BF3D (or 0x46BF3D) is known color: Lime Green. HEX triplet: 46, BF and 3D. RGB value is (70,191,61). Sum of RGB (Red+Green+Blue) = 70+191+61=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BF3D is #B940C2. Grayscale: #8C8C8C. Windows color (decimal): -12140739 or 4046662. OLE color: 4046662.

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

Color convert

RGB 70 191 61 -
CMYK 0.63 0 0.68 0.25
HSL 115.85º 0.52% 0.49% -
HSV(B) 115.85º 0.68% 0.75% -
XYZ 22 38.9 10.76 -
YUV 140 83.41 78.07 -
System Red Green Blue C M Y K H S L
Decimal 70 191 61 0.63 0 0.68 0.25 115.85 0.52 0.49
Hex 46 BF 3D 3F 0 44 19 74 34 31
Octal 106 277 75 77 0 104 31 164 64 61
Binary 1000110 10111111 111101 111111 0 1000100 11001 1110100 110100 110001

Color Harmonies of #46BF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BF3D

Black with #46BF3D

Text Example


Text Example

White with #46BF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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