Html Css Color HEX #46B534 Lime Green

📋 copy color: '#46B534'

red 70 ◦ green 181 ◦ blue 52

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

Shades of Lime Green #46B534

Tints of Lime Green #46B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.74%

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

R = 23.1%
G = 59.74%
B = 17.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#46B534 (or 0x46B534) is known color: Lime Green. HEX triplet: 46, B5 and 34. RGB value is (70,181,52). Sum of RGB (Red+Green+Blue) = 70+181+52=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #46B534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B534 is #B94ACB. Grayscale: #858585. Windows color (decimal): -12143308 or 3454278. OLE color: 3454278.

HSL color Cylindrical-coordinate representation of color #46B534: hue angle of 111.63º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46B534 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 181 52 -
CMYK 0.61 0 0.71 0.29
HSL 111.63º 0.55% 0.46% -
HSV(B) 111.63º 0.71% 0.71% -
XYZ 19.67 34.6 8.89 -
YUV 133.11 82.23 82.99 -
System Red Green Blue C M Y K H S L
Decimal 70 181 52 0.61 0 0.71 0.29 111.63 0.55 0.46
Hex 46 B5 34 3D 0 47 1D 70 37 2E
Octal 106 265 64 75 0 107 35 160 67 56
Binary 1000110 10110101 110100 111101 0 1000111 11101 1110000 110111 101110

Color Harmonies of #46B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B534

Black with #46B534

Text Example


Text Example

White with #46B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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