Html Css Color HEX #46CE3F Lime Green

📋 copy color: '#46CE3F'

red 70 ◦ green 206 ◦ blue 63

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

Shades of Lime Green #46CE3F

Tints of Lime Green #46CE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.77%

 BLUE value IS 63 (25% from 255) = 18.58%

R = 20.65%
G = 60.77%
B = 18.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#46CE3F (or 0x46CE3F) is known color: Lime Green. HEX triplet: 46, CE and 3F. RGB value is (70,206,63). Sum of RGB (Red+Green+Blue) = 70+206+63=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CE3F is #B931C0. Grayscale: #959595. Windows color (decimal): -12136897 or 4181574. OLE color: 4181574.

HSL color Cylindrical-coordinate representation of color #46CE3F: hue angle of 117.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46CE3F is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 206 63 -
CMYK 0.66 0 0.69 0.19
HSL 117.06º 0.59% 0.53% -
HSV(B) 117.06º 0.69% 0.81% -
XYZ 25.49 45.8 12.2 -
YUV 149.03 79.44 71.63 -
System Red Green Blue C M Y K H S L
Decimal 70 206 63 0.66 0 0.69 0.19 117.06 0.59 0.53
Hex 46 CE 3F 42 0 45 13 75 3B 35
Octal 106 316 77 102 0 105 23 165 73 65
Binary 1000110 11001110 111111 1000010 0 1000101 10011 1110101 111011 110101

Color Harmonies of #46CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CE3F

Black with #46CE3F

Text Example


Text Example

White with #46CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,206,63); }

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

background-color css

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

 a { background-color: rgb(70,206,63); }

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

border-color css

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

 span { border-color: rgb(70,206,63); }

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