Html Css Color HEX #46CC4A Lime Green

📋 copy color: '#46CC4A'

red 70 ◦ green 204 ◦ blue 74

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

Shades of Lime Green #46CC4A

Tints of Lime Green #46CC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 20.11%
G = 58.62%
B = 21.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#46CC4A (or 0x46CC4A) is known color: Lime Green. HEX triplet: 46, CC and 4A. RGB value is (70,204,74). Sum of RGB (Red+Green+Blue) = 70+204+74=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CC4A is #B933B5. Grayscale: #959595. Windows color (decimal): -12137398 or 4901958. OLE color: 4901958.

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

Color convert

RGB 70 204 74 -
CMYK 0.66 0 0.64 0.2
HSL 121.79º 0.57% 0.54% -
HSV(B) 121.79º 0.66% 0.8% -
XYZ 25.35 44.98 13.82 -
YUV 149.11 85.61 71.57 -
System Red Green Blue C M Y K H S L
Decimal 70 204 74 0.66 0 0.64 0.2 121.79 0.57 0.54
Hex 46 CC 4A 42 0 40 14 7A 39 36
Octal 106 314 112 102 0 100 24 172 71 66
Binary 1000110 11001100 1001010 1000010 0 1000000 10100 1111010 111001 110110

Color Harmonies of #46CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CC4A

Black with #46CC4A

Text Example


Text Example

White with #46CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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