Html Css Color HEX #46D52C Lime Green

📋 copy color: '#46D52C'

red 70 ◦ green 213 ◦ blue 44

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

Shades of Lime Green #46D52C

Tints of Lime Green #46D52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 21.41%
G = 65.14%
B = 13.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#46D52C (or 0x46D52C) is known color: Lime Green. HEX triplet: 46, D5 and 2C. RGB value is (70,213,44). Sum of RGB (Red+Green+Blue) = 70+213+44=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 213 (83.59% from 255 or 65.14% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 213 - color contains mainly: green. Hex color #46D52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D52C is #B92AD3. Grayscale: #979797. Windows color (decimal): -12135124 or 2938182. OLE color: 2938182.

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

Color convert

RGB 70 213 44 -
CMYK 0.67 0 0.79 0.16
HSL 110.77º 0.67% 0.5% -
HSV(B) 110.77º 0.79% 0.84% -
XYZ 26.77 49.07 10.44 -
YUV 150.98 67.62 70.24 -
System Red Green Blue C M Y K H S L
Decimal 70 213 44 0.67 0 0.79 0.16 110.77 0.67 0.5
Hex 46 D5 2C 43 0 4F 10 6F 43 32
Octal 106 325 54 103 0 117 20 157 103 62
Binary 1000110 11010101 101100 1000011 0 1001111 10000 1101111 1000011 110010

Color Harmonies of #46D52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D52C

Black with #46D52C

Text Example


Text Example

White with #46D52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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