Html Css Color HEX #46D828 Lime Green

📋 copy color: '#46D828'

red 70 ◦ green 216 ◦ blue 40

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

Shades of Lime Green #46D828

Tints of Lime Green #46D828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 21.47%
G = 66.26%
B = 12.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#46D828 (or 0x46D828) is known color: Lime Green. HEX triplet: 46, D8 and 28. RGB value is (70,216,40). Sum of RGB (Red+Green+Blue) = 70+216+40=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 216 (84.77% from 255 or 66.26% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 216 - color contains mainly: green. Hex color #46D828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D828 is #B927D7. Grayscale: #989898. Windows color (decimal): -12134360 or 2676806. OLE color: 2676806.

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

Color convert

RGB 70 216 40 -
CMYK 0.68 0 0.81 0.15
HSL 109.77º 0.69% 0.5% -
HSV(B) 109.77º 0.81% 0.85% -
XYZ 27.46 50.57 10.32 -
YUV 152.28 64.63 69.31 -
System Red Green Blue C M Y K H S L
Decimal 70 216 40 0.68 0 0.81 0.15 109.77 0.69 0.5
Hex 46 D8 28 44 0 51 F 6E 45 32
Octal 106 330 50 104 0 121 17 156 105 62
Binary 1000110 11011000 101000 1000100 0 1010001 1111 1101110 1000101 110010

Color Harmonies of #46D828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D828

Black with #46D828

Text Example


Text Example

White with #46D828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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