Html Css Color HEX #46C136 Lime Green

📋 copy color: '#46C136'

red 70 ◦ green 193 ◦ blue 54

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

Shades of Lime Green #46C136

Tints of Lime Green #46C136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.88%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 22.08%
G = 60.88%
B = 17.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#46C136 (or 0x46C136) is known color: Lime Green. HEX triplet: 46, C1 and 36. RGB value is (70,193,54). Sum of RGB (Red+Green+Blue) = 70+193+54=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #46C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C136 is #B93EC9. Grayscale: #8C8C8C. Windows color (decimal): -12140234 or 3588422. OLE color: 3588422.

HSL color Cylindrical-coordinate representation of color #46C136: hue angle of 113.09º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46C136 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 193 54 -
CMYK 0.64 0 0.72 0.24
HSL 113.09º 0.56% 0.48% -
HSV(B) 113.09º 0.72% 0.76% -
XYZ 22.26 39.71 9.98 -
YUV 140.38 79.25 77.8 -
System Red Green Blue C M Y K H S L
Decimal 70 193 54 0.64 0 0.72 0.24 113.09 0.56 0.48
Hex 46 C1 36 40 0 48 18 71 38 30
Octal 106 301 66 100 0 110 30 161 70 60
Binary 1000110 11000001 110110 1000000 0 1001000 11000 1110001 111000 110000

Color Harmonies of #46C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C136

Black with #46C136

Text Example


Text Example

White with #46C136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,193,54); }

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

background-color css

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

 a { background-color: rgb(70,193,54); }

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

border-color css

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

 span { border-color: rgb(70,193,54); }

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