Html Css Color HEX #46D53C Lime Green

📋 copy color: '#46D53C'

red 70 ◦ green 213 ◦ blue 60

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

Shades of Lime Green #46D53C

Tints of Lime Green #46D53C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.1%

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 20.41%
G = 62.1%
B = 17.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#46D53C (or 0x46D53C) is known color: Lime Green. HEX triplet: 46, D5 and 3C. RGB value is (70,213,60). Sum of RGB (Red+Green+Blue) = 70+213+60=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #46D53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D53C is #B92AC3. Grayscale: #999999. Windows color (decimal): -12135108 or 3986758. OLE color: 3986758.

HSL color Cylindrical-coordinate representation of color #46D53C: hue angle of 116.08º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46D53C is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 213 60 -
CMYK 0.67 0 0.72 0.16
HSL 116.08º 0.65% 0.54% -
HSV(B) 116.08º 0.72% 0.84% -
XYZ 27.14 49.22 12.34 -
YUV 152.8 75.62 68.94 -
System Red Green Blue C M Y K H S L
Decimal 70 213 60 0.67 0 0.72 0.16 116.08 0.65 0.54
Hex 46 D5 3C 43 0 48 10 74 41 36
Octal 106 325 74 103 0 110 20 164 101 66
Binary 1000110 11010101 111100 1000011 0 1001000 10000 1110100 1000001 110110

Color Harmonies of #46D53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D53C

Black with #46D53C

Text Example


Text Example

White with #46D53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,213,60); }

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

background-color css

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

 a { background-color: rgb(70,213,60); }

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

border-color css

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

 span { border-color: rgb(70,213,60); }

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