Html Css Color HEX #46D52E Lime Green

📋 copy color: '#46D52E'

red 70 ◦ green 213 ◦ blue 46

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

Shades of Lime Green #46D52E

Tints of Lime Green #46D52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.98%

R = 21.28%
G = 64.74%
B = 13.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#46D52E (or 0x46D52E) is known color: Lime Green. HEX triplet: 46, D5 and 2E. RGB value is (70,213,46). Sum of RGB (Red+Green+Blue) = 70+213+46=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #46D52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D52E is #B92AD1. Grayscale: #979797. Windows color (decimal): -12135122 or 3069254. OLE color: 3069254.

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

Color convert

RGB 70 213 46 -
CMYK 0.67 0 0.78 0.16
HSL 111.38º 0.67% 0.51% -
HSV(B) 111.38º 0.78% 0.84% -
XYZ 26.81 49.09 10.65 -
YUV 151.21 68.62 70.08 -
System Red Green Blue C M Y K H S L
Decimal 70 213 46 0.67 0 0.78 0.16 111.38 0.67 0.51
Hex 46 D5 2E 43 0 4E 10 6F 43 33
Octal 106 325 56 103 0 116 20 157 103 63
Binary 1000110 11010101 101110 1000011 0 1001110 10000 1101111 1000011 110011

Color Harmonies of #46D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D52E

Black with #46D52E

Text Example


Text Example

White with #46D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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