Html Css Color HEX #46CC31 Lime Green

📋 copy color: '#46CC31'

red 70 ◦ green 204 ◦ blue 49

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

Shades of Lime Green #46CC31

Tints of Lime Green #46CC31

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.16%

 BLUE value IS 49 (19.53% from 255) = 15.17%

R = 21.67%
G = 63.16%
B = 15.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#46CC31 (or 0x46CC31) is known color: Lime Green. HEX triplet: 46, CC and 31. RGB value is (70,204,49). Sum of RGB (Red+Green+Blue) = 70+204+49=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CC31 is #B933CE. Grayscale: #929292. Windows color (decimal): -12137423 or 3263558. OLE color: 3263558.

HSL color Cylindrical-coordinate representation of color #46CC31: hue angle of 111.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46CC31 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 204 49 -
CMYK 0.66 0 0.76 0.2
HSL 111.87º 0.61% 0.5% -
HSV(B) 111.87º 0.76% 0.8% -
XYZ 24.67 44.71 10.24 -
YUV 146.26 73.11 73.6 -
System Red Green Blue C M Y K H S L
Decimal 70 204 49 0.66 0 0.76 0.2 111.87 0.61 0.5
Hex 46 CC 31 42 0 4C 14 70 3D 32
Octal 106 314 61 102 0 114 24 160 75 62
Binary 1000110 11001100 110001 1000010 0 1001100 10100 1110000 111101 110010

Color Harmonies of #46CC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CC31

Black with #46CC31

Text Example


Text Example

White with #46CC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,204,49); }

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

background-color css

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

 a { background-color: rgb(70,204,49); }

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

border-color css

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

 span { border-color: rgb(70,204,49); }

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