Html Css Color HEX #46B734 Lime Green

📋 copy color: '#46B734'

red 70 ◦ green 183 ◦ blue 52

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

Shades of Lime Green #46B734

Tints of Lime Green #46B734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 22.95%
G = 60%
B = 17.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#46B734 (or 0x46B734) is known color: Lime Green. HEX triplet: 46, B7 and 34. RGB value is (70,183,52). Sum of RGB (Red+Green+Blue) = 70+183+52=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #46B734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B734 is #B948CB. Grayscale: #868686. Windows color (decimal): -12142796 or 3454790. OLE color: 3454790.

HSL color Cylindrical-coordinate representation of color #46B734: hue angle of 111.76º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46B734 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 70 183 52 -
CMYK 0.62 0 0.72 0.28
HSL 111.76º 0.56% 0.46% -
HSV(B) 111.76º 0.72% 0.72% -
XYZ 20.08 35.42 9.03 -
YUV 134.28 81.56 82.15 -
System Red Green Blue C M Y K H S L
Decimal 70 183 52 0.62 0 0.72 0.28 111.76 0.56 0.46
Hex 46 B7 34 3E 0 48 1C 70 38 2E
Octal 106 267 64 76 0 110 34 160 70 56
Binary 1000110 10110111 110100 111110 0 1001000 11100 1110000 111000 101110

Color Harmonies of #46B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B734

Black with #46B734

Text Example


Text Example

White with #46B734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,183,52); }

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

background-color css

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

 a { background-color: rgb(70,183,52); }

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

border-color css

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

 span { border-color: rgb(70,183,52); }

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