Html Css Color HEX #46D83C Lime Green

📋 copy color: '#46D83C'

red 70 ◦ green 216 ◦ blue 60

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

Shades of Lime Green #46D83C

Tints of Lime Green #46D83C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.43%

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

R = 20.23%
G = 62.43%
B = 17.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#46D83C (or 0x46D83C) is known color: Lime Green. HEX triplet: 46, D8 and 3C. RGB value is (70,216,60). Sum of RGB (Red+Green+Blue) = 70+216+60=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 216 (84.77% from 255 or 62.43% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 216 - color contains mainly: green. Hex color #46D83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D83C is #B927C3. Grayscale: #9B9B9B. Windows color (decimal): -12134340 or 3987526. OLE color: 3987526.

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

Color convert

RGB 70 216 60 -
CMYK 0.68 0 0.72 0.15
HSL 116.15º 0.67% 0.54% -
HSV(B) 116.15º 0.72% 0.85% -
XYZ 27.9 50.74 12.6 -
YUV 154.56 74.63 67.68 -
System Red Green Blue C M Y K H S L
Decimal 70 216 60 0.68 0 0.72 0.15 116.15 0.67 0.54
Hex 46 D8 3C 44 0 48 F 74 43 36
Octal 106 330 74 104 0 110 17 164 103 66
Binary 1000110 11011000 111100 1000100 0 1001000 1111 1110100 1000011 110110

Color Harmonies of #46D83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D83C

Black with #46D83C

Text Example


Text Example

White with #46D83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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