Html Css Color HEX #46C03F Lime Green

📋 copy color: '#46C03F'

red 70 ◦ green 192 ◦ blue 63

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

Shades of Lime Green #46C03F

Tints of Lime Green #46C03F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.08%

 BLUE value IS 63 (25% from 255) = 19.38%

R = 21.54%
G = 59.08%
B = 19.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#46C03F (or 0x46C03F) is known color: Lime Green. HEX triplet: 46, C0 and 3F. RGB value is (70,192,63). Sum of RGB (Red+Green+Blue) = 70+192+63=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #46C03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C03F is #B93FC0. Grayscale: #8D8D8D. Windows color (decimal): -12140481 or 4177990. OLE color: 4177990.

HSL color Cylindrical-coordinate representation of color #46C03F: hue angle of 116.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46C03F is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 192 63 -
CMYK 0.64 0 0.67 0.25
HSL 116.74º 0.51% 0.5% -
HSV(B) 116.74º 0.67% 0.75% -
XYZ 22.27 39.36 11.13 -
YUV 140.82 84.08 77.49 -
System Red Green Blue C M Y K H S L
Decimal 70 192 63 0.64 0 0.67 0.25 116.74 0.51 0.5
Hex 46 C0 3F 40 0 43 19 75 33 32
Octal 106 300 77 100 0 103 31 165 63 62
Binary 1000110 11000000 111111 1000000 0 1000011 11001 1110101 110011 110010

Color Harmonies of #46C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C03F

Black with #46C03F

Text Example


Text Example

White with #46C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,192,63); }

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

background-color css

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

 a { background-color: rgb(70,192,63); }

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

border-color css

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

 span { border-color: rgb(70,192,63); }

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