Html Css Color HEX #46BC3C Lime Green

📋 copy color: '#46BC3C'

red 70 ◦ green 188 ◦ blue 60

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

Shades of Lime Green #46BC3C

Tints of Lime Green #46BC3C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.12%

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

R = 22.01%
G = 59.12%
B = 18.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#46BC3C (or 0x46BC3C) is known color: Lime Green. HEX triplet: 46, BC and 3C. RGB value is (70,188,60). Sum of RGB (Red+Green+Blue) = 70+188+60=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BC3C is #B943C3. Grayscale: #8A8A8A. Windows color (decimal): -12141508 or 3980358. OLE color: 3980358.

HSL color Cylindrical-coordinate representation of color #46BC3C: hue angle of 115.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46BC3C is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 188 60 -
CMYK 0.63 0 0.68 0.26
HSL 115.31º 0.52% 0.49% -
HSV(B) 115.31º 0.68% 0.74% -
XYZ 21.32 37.59 10.41 -
YUV 138.13 83.91 79.41 -
System Red Green Blue C M Y K H S L
Decimal 70 188 60 0.63 0 0.68 0.26 115.31 0.52 0.49
Hex 46 BC 3C 3F 0 44 1A 73 34 31
Octal 106 274 74 77 0 104 32 163 64 61
Binary 1000110 10111100 111100 111111 0 1000100 11010 1110011 110100 110001

Color Harmonies of #46BC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BC3C

Black with #46BC3C

Text Example


Text Example

White with #46BC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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