Html Css Color HEX #46CC4C Lime Green

📋 copy color: '#46CC4C'

red 70 ◦ green 204 ◦ blue 76

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

Shades of Lime Green #46CC4C

Tints of Lime Green #46CC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 20%
G = 58.29%
B = 21.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#46CC4C (or 0x46CC4C) is known color: Lime Green. HEX triplet: 46, CC and 4C. RGB value is (70,204,76). Sum of RGB (Red+Green+Blue) = 70+204+76=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CC4C is #B933B3. Grayscale: #959595. Windows color (decimal): -12137396 or 5033030. OLE color: 5033030.

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

Color convert

RGB 70 204 76 -
CMYK 0.66 0 0.63 0.2
HSL 122.69º 0.57% 0.54% -
HSV(B) 122.69º 0.66% 0.8% -
XYZ 25.42 45.01 14.19 -
YUV 149.34 86.61 71.41 -
System Red Green Blue C M Y K H S L
Decimal 70 204 76 0.66 0 0.63 0.2 122.69 0.57 0.54
Hex 46 CC 4C 42 0 3F 14 7B 39 36
Octal 106 314 114 102 0 77 24 173 71 66
Binary 1000110 11001100 1001100 1000010 0 111111 10100 1111011 111001 110110

Color Harmonies of #46CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CC4C

Black with #46CC4C

Text Example


Text Example

White with #46CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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