Html Css Color HEX #46E72D Lime Green

📋 copy color: '#46E72D'

red 70 ◦ green 231 ◦ blue 45

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

Shades of Lime Green #46E72D

Tints of Lime Green #46E72D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 66.76%

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

R = 20.23%
G = 66.76%
B = 13.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#46E72D (or 0x46E72D) is known color: Lime Green. HEX triplet: 46, E7 and 2D. RGB value is (70,231,45). Sum of RGB (Red+Green+Blue) = 70+231+45=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 231 (90.62% from 255 or 66.76% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 231 - color contains mainly: green. Hex color #46E72D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E72D is #B918D2. Grayscale: #A2A2A2. Windows color (decimal): -12130515 or 3008326. OLE color: 3008326.

HSL color Cylindrical-coordinate representation of color #46E72D: hue angle of 111.94º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46E72D is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 231 45 -
CMYK 0.70 0 0.81 0.09
HSL 111.94º 0.79% 0.54% -
HSV(B) 111.94º 0.81% 0.91% -
XYZ 31.58 58.64 12.14 -
YUV 161.66 62.16 62.62 -
System Red Green Blue C M Y K H S L
Decimal 70 231 45 0.70 0 0.81 0.09 111.94 0.79 0.54
Hex 46 E7 2D 46 0 51 9 70 4F 36
Octal 106 347 55 106 0 121 11 160 117 66
Binary 1000110 11100111 101101 1000110 0 1010001 1001 1110000 1001111 110110

Color Harmonies of #46E72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E72D

Black with #46E72D

Text Example


Text Example

White with #46E72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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