Html Css Color HEX #46D528 Lime Green

📋 copy color: '#46D528'

red 70 ◦ green 213 ◦ blue 40

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

Shades of Lime Green #46D528

Tints of Lime Green #46D528

RGB

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

 GREEN value IS 213 (83.59% from 255) = 65.94%

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

R = 21.67%
G = 65.94%
B = 12.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#46D528 (or 0x46D528) is known color: Lime Green. HEX triplet: 46, D5 and 28. RGB value is (70,213,40). Sum of RGB (Red+Green+Blue) = 70+213+40=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #46D528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D528 is #B92AD7. Grayscale: #979797. Windows color (decimal): -12135128 or 2676038. OLE color: 2676038.

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

Color convert

RGB 70 213 40 -
CMYK 0.67 0 0.81 0.16
HSL 109.6º 0.68% 0.5% -
HSV(B) 109.6º 0.81% 0.84% -
XYZ 26.7 49.04 10.07 -
YUV 150.52 65.62 70.57 -
System Red Green Blue C M Y K H S L
Decimal 70 213 40 0.67 0 0.81 0.16 109.6 0.68 0.5
Hex 46 D5 28 43 0 51 10 6E 44 32
Octal 106 325 50 103 0 121 20 156 104 62
Binary 1000110 11010101 101000 1000011 0 1010001 10000 1101110 1000100 110010

Color Harmonies of #46D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D528

Black with #46D528

Text Example


Text Example

White with #46D528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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