Html Css Color HEX #46CE2F Lime Green

📋 copy color: '#46CE2F'

red 70 ◦ green 206 ◦ blue 47

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

Shades of Lime Green #46CE2F

Tints of Lime Green #46CE2F

RGB

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

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

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

R = 21.67%
G = 63.78%
B = 14.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#46CE2F (or 0x46CE2F) is known color: Lime Green. HEX triplet: 46, CE and 2F. RGB value is (70,206,47). Sum of RGB (Red+Green+Blue) = 70+206+47=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 206 (80.86% from 255 or 63.78% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CE2F is #B931D0. Grayscale: #939393. Windows color (decimal): -12136913 or 3132998. OLE color: 3132998.

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

Color convert

RGB 70 206 47 -
CMYK 0.66 0 0.77 0.19
HSL 111.32º 0.63% 0.5% -
HSV(B) 111.32º 0.77% 0.81% -
XYZ 25.11 45.65 10.18 -
YUV 147.21 71.44 72.93 -
System Red Green Blue C M Y K H S L
Decimal 70 206 47 0.66 0 0.77 0.19 111.32 0.63 0.5
Hex 46 CE 2F 42 0 4D 13 6F 3F 32
Octal 106 316 57 102 0 115 23 157 77 62
Binary 1000110 11001110 101111 1000010 0 1001101 10011 1101111 111111 110010

Color Harmonies of #46CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CE2F

Black with #46CE2F

Text Example


Text Example

White with #46CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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