Html Css Color HEX #46C23C Lime Green

📋 copy color: '#46C23C'

red 70 ◦ green 194 ◦ blue 60

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

Shades of Lime Green #46C23C

Tints of Lime Green #46C23C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.88%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 21.6%
G = 59.88%
B = 18.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#46C23C (or 0x46C23C) is known color: Lime Green. HEX triplet: 46, C2 and 3C. RGB value is (70,194,60). Sum of RGB (Red+Green+Blue) = 70+194+60=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #46C23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C23C is #B93DC3. Grayscale: #8E8E8E. Windows color (decimal): -12139972 or 3981894. OLE color: 3981894.

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

Color convert

RGB 70 194 60 -
CMYK 0.64 0 0.69 0.24
HSL 115.52º 0.53% 0.5% -
HSV(B) 115.52º 0.69% 0.76% -
XYZ 22.63 40.21 10.84 -
YUV 141.65 81.92 76.9 -
System Red Green Blue C M Y K H S L
Decimal 70 194 60 0.64 0 0.69 0.24 115.52 0.53 0.5
Hex 46 C2 3C 40 0 45 18 74 35 32
Octal 106 302 74 100 0 105 30 164 65 62
Binary 1000110 11000010 111100 1000000 0 1000101 11000 1110100 110101 110010

Color Harmonies of #46C23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C23C

Black with #46C23C

Text Example


Text Example

White with #46C23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,194,60); }

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

background-color css

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

 a { background-color: rgb(70,194,60); }

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

border-color css

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

 span { border-color: rgb(70,194,60); }

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