Html Css Color HEX #46DE4D Lime Green

📋 copy color: '#46DE4D'

red 70 ◦ green 222 ◦ blue 77

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

Shades of Lime Green #46DE4D

Tints of Lime Green #46DE4D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.16%

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 18.97%
G = 60.16%
B = 20.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#46DE4D (or 0x46DE4D) is known color: Lime Green. HEX triplet: 46, DE and 4D. RGB value is (70,222,77). Sum of RGB (Red+Green+Blue) = 70+222+77=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 222 (87.11% from 255 or 60.16% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 222 - color contains mainly: green. Hex color #46DE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DE4D is #B921B2. Grayscale: #A0A0A0. Windows color (decimal): -12132787 or 5103174. OLE color: 5103174.

HSL color Cylindrical-coordinate representation of color #46DE4D: hue angle of 122.76º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DE4D is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 222 77 -
CMYK 0.68 0 0.65 0.13
HSL 122.76º 0.7% 0.57% -
HSV(B) 122.76º 0.68% 0.87% -
XYZ 29.99 54.08 15.88 -
YUV 160.02 81.14 63.79 -
System Red Green Blue C M Y K H S L
Decimal 70 222 77 0.68 0 0.65 0.13 122.76 0.7 0.57
Hex 46 DE 4D 44 0 41 D 7B 46 39
Octal 106 336 115 104 0 101 15 173 106 71
Binary 1000110 11011110 1001101 1000100 0 1000001 1101 1111011 1000110 111001

Color Harmonies of #46DE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DE4D

Black with #46DE4D

Text Example


Text Example

White with #46DE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,222,77); }

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

background-color css

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

 a { background-color: rgb(70,222,77); }

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

border-color css

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

 span { border-color: rgb(70,222,77); }

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