Html Css Color HEX #46D82D Lime Green

📋 copy color: '#46D82D'

red 70 ◦ green 216 ◦ blue 45

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

Shades of Lime Green #46D82D

Tints of Lime Green #46D82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 21.15%
G = 65.26%
B = 13.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#46D82D (or 0x46D82D) is known color: Lime Green. HEX triplet: 46, D8 and 2D. RGB value is (70,216,45). Sum of RGB (Red+Green+Blue) = 70+216+45=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 216 (84.77% from 255 or 65.26% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 216 - color contains mainly: green. Hex color #46D82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D82D is #B927D2. Grayscale: #999999. Windows color (decimal): -12134355 or 3004486. OLE color: 3004486.

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

Color convert

RGB 70 216 45 -
CMYK 0.68 0 0.79 0.15
HSL 111.23º 0.69% 0.51% -
HSV(B) 111.23º 0.79% 0.85% -
XYZ 27.56 50.6 10.8 -
YUV 152.85 67.13 68.9 -
System Red Green Blue C M Y K H S L
Decimal 70 216 45 0.68 0 0.79 0.15 111.23 0.69 0.51
Hex 46 D8 2D 44 0 4F F 6F 45 33
Octal 106 330 55 104 0 117 17 157 105 63
Binary 1000110 11011000 101101 1000100 0 1001111 1111 1101111 1000101 110011

Color Harmonies of #46D82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D82D

Black with #46D82D

Text Example


Text Example

White with #46D82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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