Html Css Color HEX #46C334 Lime Green

📋 copy color: '#46C334'

red 70 ◦ green 195 ◦ blue 52

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

Shades of Lime Green #46C334

Tints of Lime Green #46C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.51%

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 22.08%
G = 61.51%
B = 16.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#46C334 (or 0x46C334) is known color: Lime Green. HEX triplet: 46, C3 and 34. RGB value is (70,195,52). Sum of RGB (Red+Green+Blue) = 70+195+52=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 195 (76.56% from 255 or 61.51% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 195 - color contains mainly: green. Hex color #46C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C334 is #B93CCB. Grayscale: #8D8D8D. Windows color (decimal): -12139724 or 3457862. OLE color: 3457862.

HSL color Cylindrical-coordinate representation of color #46C334: hue angle of 112.45º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46C334 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 195 52 -
CMYK 0.64 0 0.73 0.24
HSL 112.45º 0.58% 0.48% -
HSV(B) 112.45º 0.73% 0.76% -
XYZ 22.66 40.58 9.89 -
YUV 141.32 77.59 77.13 -
System Red Green Blue C M Y K H S L
Decimal 70 195 52 0.64 0 0.73 0.24 112.45 0.58 0.48
Hex 46 C3 34 40 0 49 18 70 3A 30
Octal 106 303 64 100 0 111 30 160 72 60
Binary 1000110 11000011 110100 1000000 0 1001001 11000 1110000 111010 110000

Color Harmonies of #46C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C334

Black with #46C334

Text Example


Text Example

White with #46C334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,195,52); }

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

background-color css

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

 a { background-color: rgb(70,195,52); }

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

border-color css

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

 span { border-color: rgb(70,195,52); }

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