Html Css Color HEX #46D928 Lime Green

📋 copy color: '#46D928'

red 70 ◦ green 217 ◦ blue 40

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

Shades of Lime Green #46D928

Tints of Lime Green #46D928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 66.36%

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

R = 21.41%
G = 66.36%
B = 12.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#46D928 (or 0x46D928) is known color: Lime Green. HEX triplet: 46, D9 and 28. RGB value is (70,217,40). Sum of RGB (Red+Green+Blue) = 70+217+40=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #46D928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D928 is #B926D7. Grayscale: #999999. Windows color (decimal): -12134104 or 2677062. OLE color: 2677062.

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

Color convert

RGB 70 217 40 -
CMYK 0.68 0 0.82 0.15
HSL 109.83º 0.7% 0.5% -
HSV(B) 109.83º 0.82% 0.85% -
XYZ 27.72 51.08 10.41 -
YUV 152.87 64.3 68.89 -
System Red Green Blue C M Y K H S L
Decimal 70 217 40 0.68 0 0.82 0.15 109.83 0.7 0.5
Hex 46 D9 28 44 0 52 F 6E 46 32
Octal 106 331 50 104 0 122 17 156 106 62
Binary 1000110 11011001 101000 1000100 0 1010010 1111 1101110 1000110 110010

Color Harmonies of #46D928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D928

Black with #46D928

Text Example


Text Example

White with #46D928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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