Html Css Color HEX #46BA34 Lime Green

📋 copy color: '#46BA34'

red 70 ◦ green 186 ◦ blue 52

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

Shades of Lime Green #46BA34

Tints of Lime Green #46BA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.39%

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

R = 22.73%
G = 60.39%
B = 16.88%

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

#46BA34 (or 0x46BA34) is known color: Lime Green. HEX triplet: 46, BA and 34. RGB value is (70,186,52). Sum of RGB (Red+Green+Blue) = 70+186+52=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA34 is #B945CB. Grayscale: #888888. Windows color (decimal): -12142028 or 3455558. OLE color: 3455558.

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

Color convert

RGB 70 186 52 -
CMYK 0.62 0 0.72 0.27
HSL 111.94º 0.56% 0.47% -
HSV(B) 111.94º 0.72% 0.73% -
XYZ 20.7 36.67 9.24 -
YUV 136.04 80.57 80.9 -
System Red Green Blue C M Y K H S L
Decimal 70 186 52 0.62 0 0.72 0.27 111.94 0.56 0.47
Hex 46 BA 34 3E 0 48 1B 70 38 2F
Octal 106 272 64 76 0 110 33 160 70 57
Binary 1000110 10111010 110100 111110 0 1001000 11011 1110000 111000 101111

Color Harmonies of #46BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BA34

Black with #46BA34

Text Example


Text Example

White with #46BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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