Html Css Color HEX #46B934 Lime Green

📋 copy color: '#46B934'

red 70 ◦ green 185 ◦ blue 52

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

Shades of Lime Green #46B934

Tints of Lime Green #46B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.26%

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

R = 22.8%
G = 60.26%
B = 16.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#46B934 (or 0x46B934) is known color: Lime Green. HEX triplet: 46, B9 and 34. RGB value is (70,185,52). Sum of RGB (Red+Green+Blue) = 70+185+52=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 185 (72.66% from 255 or 60.26% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 185 - color contains mainly: green. Hex color #46B934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B934 is #B946CB. Grayscale: #878787. Windows color (decimal): -12142284 or 3455302. OLE color: 3455302.

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

Color convert

RGB 70 185 52 -
CMYK 0.62 0 0.72 0.27
HSL 111.88º 0.56% 0.46% -
HSV(B) 111.88º 0.72% 0.73% -
XYZ 20.49 36.25 9.17 -
YUV 135.45 80.9 81.31 -
System Red Green Blue C M Y K H S L
Decimal 70 185 52 0.62 0 0.72 0.27 111.88 0.56 0.46
Hex 46 B9 34 3E 0 48 1B 70 38 2E
Octal 106 271 64 76 0 110 33 160 70 56
Binary 1000110 10111001 110100 111110 0 1001000 11011 1110000 111000 101110

Color Harmonies of #46B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B934

Black with #46B934

Text Example


Text Example

White with #46B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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