Html Css Color HEX #46C544 Lime Green

📋 copy color: '#46C544'

red 70 ◦ green 197 ◦ blue 68

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

Shades of Lime Green #46C544

Tints of Lime Green #46C544

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.81%

 BLUE value IS 68 (26.95% from 255) = 20.3%

R = 20.9%
G = 58.81%
B = 20.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#46C544 (or 0x46C544) is known color: Lime Green. HEX triplet: 46, C5 and 44. RGB value is (70,197,68). Sum of RGB (Red+Green+Blue) = 70+197+68=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #46C544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C544 is #B93ABB. Grayscale: #909090. Windows color (decimal): -12139196 or 4506950. OLE color: 4506950.

HSL color Cylindrical-coordinate representation of color #46C544: hue angle of 119.07º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C544 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 70 197 68 -
CMYK 0.64 0 0.65 0.23
HSL 119.07º 0.53% 0.52% -
HSV(B) 119.07º 0.65% 0.77% -
XYZ 23.54 41.65 12.27 -
YUV 144.32 84.92 74.99 -
System Red Green Blue C M Y K H S L
Decimal 70 197 68 0.64 0 0.65 0.23 119.07 0.53 0.52
Hex 46 C5 44 40 0 41 17 77 35 34
Octal 106 305 104 100 0 101 27 167 65 64
Binary 1000110 11000101 1000100 1000000 0 1000001 10111 1110111 110101 110100

Color Harmonies of #46C544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C544

Black with #46C544

Text Example


Text Example

White with #46C544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,197,68); }

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

background-color css

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

 a { background-color: rgb(70,197,68); }

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

border-color css

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

 span { border-color: rgb(70,197,68); }

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