Html Css Color HEX #46DD41 Lime Green

📋 copy color: '#46DD41'

red 70 ◦ green 221 ◦ blue 65

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

Shades of Lime Green #46DD41

Tints of Lime Green #46DD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.08%

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 19.66%
G = 62.08%
B = 18.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#46DD41 (or 0x46DD41) is known color: Lime Green. HEX triplet: 46, DD and 41. RGB value is (70,221,65). Sum of RGB (Red+Green+Blue) = 70+221+65=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD41 is #B922BE. Grayscale: #9E9E9E. Windows color (decimal): -12133055 or 4316486. OLE color: 4316486.

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

Color convert

RGB 70 221 65 -
CMYK 0.68 0 0.71 0.13
HSL 118.08º 0.7% 0.56% -
HSV(B) 118.08º 0.71% 0.87% -
XYZ 29.34 53.4 13.76 -
YUV 158.07 75.47 65.18 -
System Red Green Blue C M Y K H S L
Decimal 70 221 65 0.68 0 0.71 0.13 118.08 0.7 0.56
Hex 46 DD 41 44 0 47 D 76 46 38
Octal 106 335 101 104 0 107 15 166 106 70
Binary 1000110 11011101 1000001 1000100 0 1000111 1101 1110110 1000110 111000

Color Harmonies of #46DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DD41

Black with #46DD41

Text Example


Text Example

White with #46DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,221,65); }

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

background-color css

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

 a { background-color: rgb(70,221,65); }

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

border-color css

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

 span { border-color: rgb(70,221,65); }

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