Html Css Color HEX #46EC3C Lime Green

📋 copy color: '#46EC3C'

red 70 ◦ green 236 ◦ blue 60

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

Shades of Lime Green #46EC3C

Tints of Lime Green #46EC3C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 64.48%

 BLUE value IS 60 (23.83% from 255) = 16.39%

R = 19.13%
G = 64.48%
B = 16.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#46EC3C (or 0x46EC3C) is known color: Lime Green. HEX triplet: 46, EC and 3C. RGB value is (70,236,60). Sum of RGB (Red+Green+Blue) = 70+236+60=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 236 (92.58% from 255 or 64.48% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EC3C is #B913C3. Grayscale: #A6A6A6. Windows color (decimal): -12129220 or 3992646. OLE color: 3992646.

HSL color Cylindrical-coordinate representation of color #46EC3C: hue angle of 116.59º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46EC3C is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 236 60 -
CMYK 0.70 0 0.75 0.07
HSL 116.59º 0.82% 0.58% -
HSV(B) 116.59º 0.75% 0.93% -
XYZ 33.34 61.62 14.41 -
YUV 166.3 68 59.31 -
System Red Green Blue C M Y K H S L
Decimal 70 236 60 0.70 0 0.75 0.07 116.59 0.82 0.58
Hex 46 EC 3C 46 0 4B 7 75 52 3A
Octal 106 354 74 106 0 113 7 165 122 72
Binary 1000110 11101100 111100 1000110 0 1001011 111 1110101 1010010 111010

Color Harmonies of #46EC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EC3C

Black with #46EC3C

Text Example


Text Example

White with #46EC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,236,60); }

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

background-color css

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

 a { background-color: rgb(70,236,60); }

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

border-color css

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

 span { border-color: rgb(70,236,60); }

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