Html Css Color HEX #46C03C Lime Green

📋 copy color: '#46C03C'

red 70 ◦ green 192 ◦ blue 60

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

Shades of Lime Green #46C03C

Tints of Lime Green #46C03C

RGB

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

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

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

R = 21.74%
G = 59.63%
B = 18.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#46C03C (or 0x46C03C) is known color: Lime Green. HEX triplet: 46, C0 and 3C. RGB value is (70,192,60). Sum of RGB (Red+Green+Blue) = 70+192+60=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #46C03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C03C is #B93FC3. Grayscale: #8C8C8C. Windows color (decimal): -12140484 or 3981382. OLE color: 3981382.

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

Color convert

RGB 70 192 60 -
CMYK 0.64 0 0.69 0.25
HSL 115.45º 0.52% 0.49% -
HSV(B) 115.45º 0.69% 0.75% -
XYZ 22.19 39.33 10.7 -
YUV 140.47 82.58 77.73 -
System Red Green Blue C M Y K H S L
Decimal 70 192 60 0.64 0 0.69 0.25 115.45 0.52 0.49
Hex 46 C0 3C 40 0 45 19 73 34 31
Octal 106 300 74 100 0 105 31 163 64 61
Binary 1000110 11000000 111100 1000000 0 1000101 11001 1110011 110100 110001

Color Harmonies of #46C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C03C

Black with #46C03C

Text Example


Text Example

White with #46C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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