Html Css Color HEX #46D62F Lime Green

📋 copy color: '#46D62F'

red 70 ◦ green 214 ◦ blue 47

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

Shades of Lime Green #46D62F

Tints of Lime Green #46D62F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.65%

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 21.15%
G = 64.65%
B = 14.2%

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

#46D62F (or 0x46D62F) is known color: Lime Green. HEX triplet: 46, D6 and 2F. RGB value is (70,214,47). Sum of RGB (Red+Green+Blue) = 70+214+47=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 214 (83.98% from 255 or 64.65% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 214 - color contains mainly: green. Hex color #46D62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D62F is #B929D0. Grayscale: #989898. Windows color (decimal): -12134865 or 3135046. OLE color: 3135046.

HSL color Cylindrical-coordinate representation of color #46D62F: hue angle of 111.74º 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 #46D62F is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 214 47 -
CMYK 0.67 0 0.78 0.16
HSL 111.74º 0.67% 0.51% -
HSV(B) 111.74º 0.78% 0.84% -
XYZ 27.09 49.6 10.84 -
YUV 151.91 68.79 69.58 -
System Red Green Blue C M Y K H S L
Decimal 70 214 47 0.67 0 0.78 0.16 111.74 0.67 0.51
Hex 46 D6 2F 43 0 4E 10 70 43 33
Octal 106 326 57 103 0 116 20 160 103 63
Binary 1000110 11010110 101111 1000011 0 1001110 10000 1110000 1000011 110011

Color Harmonies of #46D62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D62F

Black with #46D62F

Text Example


Text Example

White with #46D62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,214,47); }

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

background-color css

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

 a { background-color: rgb(70,214,47); }

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

border-color css

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

 span { border-color: rgb(70,214,47); }

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