Html Css Color HEX #46BE3D Lime Green

📋 copy color: '#46BE3D'

red 70 ◦ green 190 ◦ blue 61

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

Shades of Lime Green #46BE3D

Tints of Lime Green #46BE3D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.19%

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

R = 21.81%
G = 59.19%
B = 19%

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

#46BE3D (or 0x46BE3D) is known color: Lime Green. HEX triplet: 46, BE and 3D. RGB value is (70,190,61). Sum of RGB (Red+Green+Blue) = 70+190+61=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BE3D is #B941C2. Grayscale: #8B8B8B. Windows color (decimal): -12140995 or 4046406. OLE color: 4046406.

HSL color Cylindrical-coordinate representation of color #46BE3D: hue angle of 115.81º degrees, saturation: 0.51, 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 #46BE3D is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 190 61 -
CMYK 0.63 0 0.68 0.25
HSL 115.81º 0.51% 0.49% -
HSV(B) 115.81º 0.68% 0.75% -
XYZ 21.78 38.47 10.69 -
YUV 139.41 83.74 78.49 -
System Red Green Blue C M Y K H S L
Decimal 70 190 61 0.63 0 0.68 0.25 115.81 0.51 0.49
Hex 46 BE 3D 3F 0 44 19 74 33 31
Octal 106 276 75 77 0 104 31 164 63 61
Binary 1000110 10111110 111101 111111 0 1000100 11001 1110100 110011 110001

Color Harmonies of #46BE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BE3D

Black with #46BE3D

Text Example


Text Example

White with #46BE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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