Html Css Color HEX #46CC4D Lime Green

📋 copy color: '#46CC4D'

red 70 ◦ green 204 ◦ blue 77

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

Shades of Lime Green #46CC4D

Tints of Lime Green #46CC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 19.94%
G = 58.12%
B = 21.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#46CC4D (or 0x46CC4D) is known color: Lime Green. HEX triplet: 46, CC and 4D. RGB value is (70,204,77). Sum of RGB (Red+Green+Blue) = 70+204+77=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC4D is #B933B2. Grayscale: #959595. Windows color (decimal): -12137395 or 5098566. OLE color: 5098566.

HSL color Cylindrical-coordinate representation of color #46CC4D: hue angle of 123.13º 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 #46CC4D is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 204 77 -
CMYK 0.66 0 0.62 0.2
HSL 123.13º 0.57% 0.54% -
HSV(B) 123.13º 0.66% 0.8% -
XYZ 25.46 45.02 14.37 -
YUV 149.46 87.11 71.33 -
System Red Green Blue C M Y K H S L
Decimal 70 204 77 0.66 0 0.62 0.2 123.13 0.57 0.54
Hex 46 CC 4D 42 0 3E 14 7B 39 36
Octal 106 314 115 102 0 76 24 173 71 66
Binary 1000110 11001100 1001101 1000010 0 111110 10100 1111011 111001 110110

Color Harmonies of #46CC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CC4D

Black with #46CC4D

Text Example


Text Example

White with #46CC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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