Html Css Color HEX #46C03D Lime Green

📋 copy color: '#46C03D'

red 70 ◦ green 192 ◦ blue 61

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

Shades of Lime Green #46C03D

Tints of Lime Green #46C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 21.67%
G = 59.44%
B = 18.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#46C03D (or 0x46C03D) is known color: Lime Green. HEX triplet: 46, C0 and 3D. RGB value is (70,192,61). Sum of RGB (Red+Green+Blue) = 70+192+61=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #46C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C03D is #B93FC2. Grayscale: #8C8C8C. Windows color (decimal): -12140483 or 4046918. OLE color: 4046918.

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

Color convert

RGB 70 192 61 -
CMYK 0.64 0 0.68 0.25
HSL 115.88º 0.52% 0.5% -
HSV(B) 115.88º 0.68% 0.75% -
XYZ 22.22 39.34 10.84 -
YUV 140.59 83.08 77.65 -
System Red Green Blue C M Y K H S L
Decimal 70 192 61 0.64 0 0.68 0.25 115.88 0.52 0.5
Hex 46 C0 3D 40 0 44 19 74 34 32
Octal 106 300 75 100 0 104 31 164 64 62
Binary 1000110 11000000 111101 1000000 0 1000100 11001 1110100 110100 110010

Color Harmonies of #46C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C03D

Black with #46C03D

Text Example


Text Example

White with #46C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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