Html Css Color HEX #46CE2B Lime Green

📋 copy color: '#46CE2B'

red 70 ◦ green 206 ◦ blue 43

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

Shades of Lime Green #46CE2B

Tints of Lime Green #46CE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 21.94%
G = 64.58%
B = 13.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#46CE2B (or 0x46CE2B) is known color: Lime Green. HEX triplet: 46, CE and 2B. RGB value is (70,206,43). Sum of RGB (Red+Green+Blue) = 70+206+43=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CE2B is #B931D4. Grayscale: #939393. Windows color (decimal): -12136917 or 2870854. OLE color: 2870854.

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

Color convert

RGB 70 206 43 -
CMYK 0.66 0 0.79 0.19
HSL 110.06º 0.65% 0.49% -
HSV(B) 110.06º 0.79% 0.81% -
XYZ 25.03 45.62 9.77 -
YUV 146.75 69.44 73.25 -
System Red Green Blue C M Y K H S L
Decimal 70 206 43 0.66 0 0.79 0.19 110.06 0.65 0.49
Hex 46 CE 2B 42 0 4F 13 6E 41 31
Octal 106 316 53 102 0 117 23 156 101 61
Binary 1000110 11001110 101011 1000010 0 1001111 10011 1101110 1000001 110001

Color Harmonies of #46CE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CE2B

Black with #46CE2B

Text Example


Text Example

White with #46CE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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